diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-01-27 06:58:04 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-01-27 06:58:04 +0000 |
commit | f15477eed9fcd5aeb3052b95316790c7f53a2792 (patch) | |
tree | c09d1d00b8ef266ed61224dc293082552e70fabe /lib/libpcap/pcap.c | |
parent | d3ed140889dfaa0d9084cdd9e2d327f6e3756ee3 (diff) |
remove $Header, it was messing up cvs for me. ok deraadt@
Diffstat (limited to 'lib/libpcap/pcap.c')
-rw-r--r-- | lib/libpcap/pcap.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libpcap/pcap.c b/lib/libpcap/pcap.c index b8cad67c1fc..3eab3051cef 100644 --- a/lib/libpcap/pcap.c +++ b/lib/libpcap/pcap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcap.c,v 1.7 2001/12/17 22:29:47 dugsong Exp $ */ +/* $OpenBSD: pcap.c,v 1.8 2004/01/27 06:58:03 tedu Exp $ */ /* * Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998 @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/pcap.c,v 1.7 2001/12/17 22:29:47 dugsong Exp $ (LBL)"; -#endif - #include <sys/types.h> #include <stdio.h> |