summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_frag.c
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>2000-02-10 21:29:11 +0000
committerguido <guido@FreeBSD.org>2000-02-10 21:29:11 +0000
commite515e856f280d78edb829da21b1856e4b474b6e3 (patch)
tree07b1687f6c21761758d4cebecb6dc90eb86efb80 /sys/netinet/ip_frag.c
parentbca215974d628424d78a02d61d5e948f7fd95c54 (diff)
downloadFreeBSD-src-e515e856f280d78edb829da21b1856e4b474b6e3.zip
FreeBSD-src-e515e856f280d78edb829da21b1856e4b474b6e3.tar.gz
Re add rev 1.11 diffs to ip_fil.h Also discover that I did not undefine
CVS_FUBAR (which no longer exists) and thus forgot to add $FreeBSD's. Add them. Approved by: jkh (is part of ipfilter upgrade)
Diffstat (limited to 'sys/netinet/ip_frag.c')
-rw-r--r--sys/netinet/ip_frag.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_frag.c b/sys/netinet/ip_frag.c
index 168368a..2b343e7 100644
--- a/sys/netinet/ip_frag.c
+++ b/sys/netinet/ip_frag.c
@@ -7,7 +7,8 @@
*/
#if !defined(lint)
static const char sccsid[] = "@(#)ip_frag.c 1.11 3/24/96 (C) 1993-1995 Darren Reed";
-static const char rcsid[] = "@(#)$Id: ip_frag.c,v 2.4.2.4 1999/11/28 04:52:10 darrenr Exp $";
+/*static const char rcsid[] = "@(#)$Id: ip_frag.c,v 2.4.2.4 1999/11/28 04:52:10 darrenr Exp $";*/
+static const char rcsid[] = "@(#)$FreeBSD$";
#endif
#if defined(KERNEL) && !defined(_KERNEL)
OpenPOWER on IntegriCloud