aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_frag.c
diff options
context:
space:
mode:
authorGuido van Rooij <guido@FreeBSD.org>2000-02-10 21:29:11 +0000
committerGuido van Rooij <guido@FreeBSD.org>2000-02-10 21:29:11 +0000
commita993ad154a0e38688f39f09663054a5485bee6e8 (patch)
tree5c117ae5bbfb49c036e3224dac3d37e89f47d8e9 /sys/netinet/ip_frag.c
parent960e15a70b124639b7f5d34174943952d8d50e34 (diff)
Notes
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 168368aa3a77..2b343e7be62f 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)