summaryrefslogtreecommitdiff
path: root/lib/libpcap/savefile.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2004-01-27 06:58:04 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2004-01-27 06:58:04 +0000
commitf15477eed9fcd5aeb3052b95316790c7f53a2792 (patch)
treec09d1d00b8ef266ed61224dc293082552e70fabe /lib/libpcap/savefile.c
parentd3ed140889dfaa0d9084cdd9e2d327f6e3756ee3 (diff)
remove $Header, it was messing up cvs for me. ok deraadt@
Diffstat (limited to 'lib/libpcap/savefile.c')
-rw-r--r--lib/libpcap/savefile.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libpcap/savefile.c b/lib/libpcap/savefile.c
index d47e46130dd..7652fa9fa23 100644
--- a/lib/libpcap/savefile.c
+++ b/lib/libpcap/savefile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: savefile.c,v 1.7 1999/07/20 04:49:56 deraadt Exp $ */
+/* $OpenBSD: savefile.c,v 1.8 2004/01/27 06:58:03 tedu Exp $ */
/*
* Copyright (c) 1993, 1994, 1995, 1996, 1997
@@ -30,11 +30,6 @@
* dependent values so we can print the dump file on any architecture.
*/
-#ifndef lint
-static const char rcsid[] =
- "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/savefile.c,v 1.7 1999/07/20 04:49:56 deraadt Exp $ (LBL)";
-#endif
-
#include <sys/types.h>
#include <sys/time.h>