diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-12-07 09:32:46 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-12-07 09:32:46 +0000 |
commit | af8e51280b33663f03c57edac0c12e0c090872f9 (patch) | |
tree | ba763f241e33ea94e4a714e21305cda33f1b155c /sys | |
parent | 66d8c8126639e28dfc19a3fbdb04994a9688ae66 (diff) |
sync comment with kame
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/in_gif.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/netinet/in_gif.c b/sys/netinet/in_gif.c index 2c60cd911d6..5112b109332 100644 --- a/sys/netinet/in_gif.c +++ b/sys/netinet/in_gif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in_gif.c,v 1.21 2001/08/19 06:31:56 angelos Exp $ */ +/* $OpenBSD: in_gif.c,v 1.22 2001/12/07 09:32:45 itojun Exp $ */ /* $KAME: in_gif.c,v 1.50 2001/01/22 07:27:16 itojun Exp $ */ /* @@ -30,10 +30,6 @@ * SUCH DAMAGE. */ -/* - * in_gif.c - */ - #include <sys/param.h> #include <sys/systm.h> #include <sys/socket.h> |