Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/net/if_tun.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/net/if_tun.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.98 retrieving revision 1.99 diff -u -p -r1.98 -r1.99 --- src/sys/net/if_tun.c 2007/09/01 04:32:51 1.98 +++ src/sys/net/if_tun.c 2007/10/19 12:16:45 1.99 @@ -1,4 +1,4 @@ -/* $NetBSD: if_tun.c,v 1.98 2007/09/01 04:32:51 dyoung Exp $ */ +/* $NetBSD: if_tun.c,v 1.99 2007/10/19 12:16:45 ad Exp $ */ /* * Copyright (c) 1988, Julian Onions @@ -15,7 +15,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_tun.c,v 1.98 2007/09/01 04:32:51 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_tun.c,v 1.99 2007/10/19 12:16:45 ad Exp $"); #include "opt_inet.h" @@ -36,7 +36,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_tun.c,v 1 #include #include -#include +#include #include #include