Skip to content

Commit 3594ff4

Browse files
committed
remove libpcap's own CVS keywords
This change removes CVS keywords that express that the file belongs to libpcap repository. All such keywords represented the revision and timestamp by the end of 2008 or even older.
1 parent 6cc999c commit 3594ff4

File tree

141 files changed

+0
-386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+0
-386
lines changed

INSTALL.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@(#) $Header: /tcpdump/master/libpcap/INSTALL.txt,v 1.29 2008-06-12 20:21:51 guy Exp $ (LBL)
2-
31
To build libpcap, run "./configure" (a shell script). The configure
42
script will determine your system attributes and generate an
53
appropriate Makefile from Makefile.in. Next run "make". If everything

Makefile.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
1717
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
1818
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19-
#
20-
# @(#) $Header: /tcpdump/master/libpcap/Makefile.in,v 1.142 2008-11-22 17:30:24 guy Exp $ (LBL)
2119

2220
#
2321
# Various configurable paths (remember to edit Makefile.in, not Makefile)

README

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@(#) $Header: /tcpdump/master/libpcap/README,v 1.34 2008-12-14 19:44:14 guy Exp $ (LBL)
2-
31
LIBPCAP 1.x.y
42

53
www.tcpdump.org

Win32/Include/Gnuc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* @(#) $Header: /tcpdump/master/libpcap/Win32/Include/Gnuc.h,v 1.1 2002-08-01 08:33:05 risso Exp $ (LBL) */
2-
31
/* Define __P() macro, if necessary */
42

53
#ifndef __P

Win32/Include/addrinfo.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
* SUCH DAMAGE.
2828
*/
2929

30-
/* $Id: addrinfo.h,v 1.1 2002-08-01 08:33:05 risso Exp $ */
31-
3230
#ifndef HAVE_ADDRINFO
3331

3432
/*

Win32/Include/ip6_misc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
1818
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
1919
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20-
*
21-
* @(#) $Header: /tcpdump/master/libpcap/Win32/Include/ip6_misc.h,v 1.5 2006-01-22 18:02:18 gianluca Exp $ (LBL)
2220
*/
2321

2422
/*

Win32/Src/getaddrinfo.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@
5555
#include <config.h>
5656
#endif
5757

58-
#ifndef lint
59-
static const char rcsid[] _U_ =
60-
"@(#) $Header: /tcpdump/master/libpcap/Win32/Src/getaddrinfo.c,v 1.3 2008-09-15 23:37:51 guy Exp $";
61-
#endif
62-
6358
#include <pcap-stdinc.h>
6459
#if 0
6560
#include <sys/sysctl.h>

Win32/Src/inet_aton.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
* SUCH DAMAGE.
3737
*/
3838

39-
/* $Id: inet_aton.c,v 1.2 2003-11-15 23:24:06 guy Exp $ */
40-
41-
#ifndef lint
42-
static const char rcsid[] _U_ =
43-
"@(#) $Header: /tcpdump/master/libpcap/Win32/Src/inet_aton.c,v 1.2 2003-11-15 23:24:06 guy Exp $";
44-
#endif
45-
4639
#include <sys/types.h>
4740
#include <pcap-stdinc.h>
4841

Win32/Src/inet_pton.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
* SUCH DAMAGE.
3737
*/
3838

39-
/* $Id: inet_pton.c,v 1.3 2007-09-27 18:02:20 gianluca Exp $ */
40-
41-
#ifndef lint
42-
static const char rcsid[] _U_ =
43-
"@(#) $Header: /tcpdump/master/libpcap/Win32/Src/inet_pton.c,v 1.3 2007-09-27 18:02:20 gianluca Exp $";
44-
#endif
45-
4639
#include <errno.h>
4740

4841
#ifdef WIN32

aclocal.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
dnl @(#) $Header: /tcpdump/master/libpcap/aclocal.m4,v 1.93 2008-11-18 07:29:48 guy Exp $ (LBL)
2-
dnl
31
dnl Copyright (c) 1995, 1996, 1997, 1998
42
dnl The Regents of the University of California. All rights reserved.
53
dnl

0 commit comments

Comments
 (0)