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 | |
parent | d3ed140889dfaa0d9084cdd9e2d327f6e3756ee3 (diff) |
remove $Header, it was messing up cvs for me. ok deraadt@
Diffstat (limited to 'lib/libpcap')
-rw-r--r-- | lib/libpcap/bpf_image.c | 7 | ||||
-rw-r--r-- | lib/libpcap/etherent.c | 7 | ||||
-rw-r--r-- | lib/libpcap/gencode.c | 6 | ||||
-rw-r--r-- | lib/libpcap/inet.c | 6 | ||||
-rw-r--r-- | lib/libpcap/nametoaddr.c | 7 | ||||
-rw-r--r-- | lib/libpcap/optimize.c | 6 | ||||
-rw-r--r-- | lib/libpcap/pcap-bpf.c | 6 | ||||
-rw-r--r-- | lib/libpcap/pcap.c | 7 | ||||
-rw-r--r-- | lib/libpcap/savefile.c | 7 |
9 files changed, 9 insertions, 50 deletions
diff --git a/lib/libpcap/bpf_image.c b/lib/libpcap/bpf_image.c index a338de4601b..c4750845165 100644 --- a/lib/libpcap/bpf_image.c +++ b/lib/libpcap/bpf_image.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bpf_image.c,v 1.8 2000/04/26 21:25:52 jakob Exp $ */ +/* $OpenBSD: bpf_image.c,v 1.9 2004/01/27 06:58:02 tedu Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1994, 1995, 1996 @@ -21,11 +21,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/bpf_image.c,v 1.8 2000/04/26 21:25:52 jakob Exp $ (LBL)"; -#endif - #include <sys/types.h> #include <sys/time.h> diff --git a/lib/libpcap/etherent.c b/lib/libpcap/etherent.c index 48e3db16cee..5ca0184b3ae 100644 --- a/lib/libpcap/etherent.c +++ b/lib/libpcap/etherent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: etherent.c,v 1.6 1999/07/20 04:49:54 deraadt Exp $ */ +/* $OpenBSD: etherent.c,v 1.7 2004/01/27 06:58:03 tedu Exp $ */ /* * Copyright (c) 1990, 1993, 1994, 1995, 1996 @@ -21,11 +21,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/etherent.c,v 1.6 1999/07/20 04:49:54 deraadt Exp $ (LBL)"; -#endif - #include <sys/types.h> #include <ctype.h> diff --git a/lib/libpcap/gencode.c b/lib/libpcap/gencode.c index 9885922957e..786f6ad213b 100644 --- a/lib/libpcap/gencode.c +++ b/lib/libpcap/gencode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gencode.c,v 1.20 2004/01/26 02:20:24 fgsch Exp $ */ +/* $OpenBSD: gencode.c,v 1.21 2004/01/27 06:58:03 tedu Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 @@ -20,10 +20,6 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/gencode.c,v 1.20 2004/01/26 02:20:24 fgsch Exp $ (LBL)"; -#endif #include <sys/types.h> #include <sys/socket.h> diff --git a/lib/libpcap/inet.c b/lib/libpcap/inet.c index 63940e1a53d..983275446d5 100644 --- a/lib/libpcap/inet.c +++ b/lib/libpcap/inet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.c,v 1.15 2004/01/21 00:30:15 jfb Exp $ */ +/* $OpenBSD: inet.c,v 1.16 2004/01/27 06:58:03 tedu Exp $ */ /* * Copyright (c) 1994, 1995, 1996, 1997, 1998 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/inet.c,v 1.15 2004/01/21 00:30:15 jfb Exp $ (LBL)"; -#endif #include <sys/param.h> #include <sys/file.h> diff --git a/lib/libpcap/nametoaddr.c b/lib/libpcap/nametoaddr.c index 4f04fba0521..acf00ab1334 100644 --- a/lib/libpcap/nametoaddr.c +++ b/lib/libpcap/nametoaddr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nametoaddr.c,v 1.9 2002/02/19 19:39:37 millert Exp $ */ +/* $OpenBSD: nametoaddr.c,v 1.10 2004/01/27 06:58:03 tedu Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996 @@ -24,11 +24,6 @@ * These functions are not time critical. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/nametoaddr.c,v 1.9 2002/02/19 19:39:37 millert Exp $ (LBL)"; -#endif - #include <sys/param.h> #include <sys/types.h> /* concession to AIX */ #include <sys/socket.h> diff --git a/lib/libpcap/optimize.c b/lib/libpcap/optimize.c index e9b14236717..36ea9da9360 100644 --- a/lib/libpcap/optimize.c +++ b/lib/libpcap/optimize.c @@ -1,4 +1,4 @@ -/* $OpenBSD: optimize.c,v 1.9 2002/08/12 00:42:56 aaron Exp $ */ +/* $OpenBSD: optimize.c,v 1.10 2004/01/27 06:58:03 tedu Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1991, 1993, 1994, 1995, 1996 @@ -22,10 +22,6 @@ * * Optimization module for tcpdump intermediate representation. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/optimize.c,v 1.9 2002/08/12 00:42:56 aaron Exp $ (LBL)"; -#endif #include <sys/types.h> #include <sys/time.h> diff --git a/lib/libpcap/pcap-bpf.c b/lib/libpcap/pcap-bpf.c index 3e07bca9942..a8fb6b1edb0 100644 --- a/lib/libpcap/pcap-bpf.c +++ b/lib/libpcap/pcap-bpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcap-bpf.c,v 1.14 2004/01/21 00:30:15 jfb Exp $ */ +/* $OpenBSD: pcap-bpf.c,v 1.15 2004/01/27 06:58:03 tedu Exp $ */ /* * Copyright (c) 1993, 1994, 1995, 1996, 1998 @@ -20,10 +20,6 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/pcap-bpf.c,v 1.14 2004/01/21 00:30:15 jfb Exp $ (LBL)"; -#endif #include <sys/param.h> /* optionally get BSD define */ #include <sys/time.h> 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> 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> |