summaryrefslogtreecommitdiff
path: root/missing
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2014-01-03 00:59:08 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2014-01-03 00:59:08 +0400
commitfe3253b9b8fad9e75f863157eba0780418182f17 (patch)
tree6bf175d4739ee221785ceb0c01fc222165767f5a /missing
parent1afe315b6f2f86e3d277cc7b7489b57dc8b78c07 (diff)
downloadtcpdump-fe3253b9b8fad9e75f863157eba0780418182f17.tar.gz
remove tcpdump's own CVS keywords
Remove lots of $Header's and a few $Id's that all belong to the former CVS repository of tcpdump itself. These keywords have been frozen since the migration to git in late 2008.
Diffstat (limited to 'missing')
-rw-r--r--missing/addrinfo.h2
-rw-r--r--missing/datalinks.c5
-rw-r--r--missing/dlnames.c5
-rw-r--r--missing/getnameinfo.c5
-rw-r--r--missing/inet_aton.c7
-rw-r--r--missing/inet_ntop.c7
-rw-r--r--missing/inet_pton.c7
-rw-r--r--missing/snprintf.c7
-rw-r--r--missing/strdup.c5
-rw-r--r--missing/strlcat.c5
-rw-r--r--missing/strlcpy.c5
-rw-r--r--missing/strsep.c5
12 files changed, 0 insertions, 65 deletions
diff --git a/missing/addrinfo.h b/missing/addrinfo.h
index d3d63cd7..bf4bbf6e 100644
--- a/missing/addrinfo.h
+++ b/missing/addrinfo.h
@@ -27,8 +27,6 @@
* SUCH DAMAGE.
*/
-/* $Id: addrinfo.h,v 1.4 2002-06-11 17:13:36 itojun Exp $ */
-
#ifndef HAVE_ADDRINFO
/*
diff --git a/missing/datalinks.c b/missing/datalinks.c
index 1bd86448..e7d526bc 100644
--- a/missing/datalinks.c
+++ b/missing/datalinks.c
@@ -31,11 +31,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/datalinks.c,v 1.3 2003-11-16 09:36:47 guy Exp $ (LBL)";
-#endif
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/missing/dlnames.c b/missing/dlnames.c
index 32072b78..a10cd398 100644
--- a/missing/dlnames.c
+++ b/missing/dlnames.c
@@ -31,11 +31,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/dlnames.c,v 1.5 2003-11-18 23:09:43 guy Exp $ (LBL)";
-#endif
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/missing/getnameinfo.c b/missing/getnameinfo.c
index c287221c..9134ef07 100644
--- a/missing/getnameinfo.c
+++ b/missing/getnameinfo.c
@@ -41,11 +41,6 @@
#include <config.h>
#endif
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/getnameinfo.c,v 1.11 2003-11-16 09:36:49 guy Exp $";
-#endif
-
#include <sys/types.h>
#include <sys/socket.h>
#include <net/if.h>
diff --git a/missing/inet_aton.c b/missing/inet_aton.c
index bc1461aa..e85ad5f8 100644
--- a/missing/inet_aton.c
+++ b/missing/inet_aton.c
@@ -36,13 +36,6 @@
* SUCH DAMAGE.
*/
-/* $Id: inet_aton.c,v 1.6 2003-11-16 09:36:49 guy Exp $ */
-
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_aton.c,v 1.6 2003-11-16 09:36:49 guy Exp $";
-#endif
-
#include <tcpdump-stdinc.h>
/* Minimal implementation of inet_aton.
diff --git a/missing/inet_ntop.c b/missing/inet_ntop.c
index d17d5925..db741a8f 100644
--- a/missing/inet_ntop.c
+++ b/missing/inet_ntop.c
@@ -36,13 +36,6 @@
* SUCH DAMAGE.
*/
-/* $Id: inet_ntop.c,v 1.8 2005-02-09 02:25:46 guy Exp $ */
-
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.8 2005-02-09 02:25:46 guy Exp $";
-#endif
-
#include <tcpdump-stdinc.h>
#include <stdio.h>
diff --git a/missing/inet_pton.c b/missing/inet_pton.c
index 83f67e1e..e5d20ca3 100644
--- a/missing/inet_pton.c
+++ b/missing/inet_pton.c
@@ -36,13 +36,6 @@
* SUCH DAMAGE.
*/
-/* $Id: inet_pton.c,v 1.6 2003-11-16 09:36:51 guy Exp $ */
-
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_pton.c,v 1.6 2003-11-16 09:36:51 guy Exp $";
-#endif
-
#include <tcpdump-stdinc.h>
#include <errno.h>
diff --git a/missing/snprintf.c b/missing/snprintf.c
index 79329977..21d235d2 100644
--- a/missing/snprintf.c
+++ b/missing/snprintf.c
@@ -31,17 +31,10 @@
* SUCH DAMAGE.
*/
-/* $Id: snprintf.c,v 1.8 2003-11-16 09:36:51 guy Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.8 2003-11-16 09:36:51 guy Exp $";
-#endif
-
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
diff --git a/missing/strdup.c b/missing/strdup.c
index 079a8ff8..9fca7529 100644
--- a/missing/strdup.c
+++ b/missing/strdup.c
@@ -31,11 +31,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/strdup.c,v 1.1 2001-01-20 07:26:08 guy Exp $ (LBL)";
-#endif /* LIBC_SCCS and not lint */
-
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
diff --git a/missing/strlcat.c b/missing/strlcat.c
index a3d3face..41cb5b48 100644
--- a/missing/strlcat.c
+++ b/missing/strlcat.c
@@ -28,11 +28,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcat.c,v 1.5 2003-11-16 09:36:51 guy Exp $ (LBL)";
-#endif
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/missing/strlcpy.c b/missing/strlcpy.c
index a92e4d13..5f3f31e9 100644
--- a/missing/strlcpy.c
+++ b/missing/strlcpy.c
@@ -28,11 +28,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcpy.c,v 1.5 2003-11-16 09:36:52 guy Exp $ (LBL)";
-#endif
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/missing/strsep.c b/missing/strsep.c
index 0362d1f5..bcce4c46 100644
--- a/missing/strsep.c
+++ b/missing/strsep.c
@@ -31,11 +31,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/strsep.c,v 1.3 2003-03-25 08:33:48 guy Exp $ (LBL)";
-#endif /* LIBC_SCCS and not lint */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif