diff options
author | 2004-01-27 06:58:02 +0000 | |
---|---|---|
committer | 2004-01-27 06:58:02 +0000 | |
commit | 8b37c96afe52e428fcaef25eed025973f5f186eb (patch) | |
tree | 32416377246a7d5096903aba030e20872da2d0a2 /lib/libpcap/pcap.c | |
parent | TSIZE & TIMEOUT support; from freebsd via tholo (diff) | |
download | wireguard-openbsd-8b37c96afe52e428fcaef25eed025973f5f186eb.tar.xz wireguard-openbsd-8b37c96afe52e428fcaef25eed025973f5f186eb.zip |
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 6e75ef90b10..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: /home/cvs/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> |