diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2014-01-03 00:59:08 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2014-01-03 00:59:08 +0400 |
commit | fe3253b9b8fad9e75f863157eba0780418182f17 (patch) | |
tree | 6bf175d4739ee221785ceb0c01fc222165767f5a /print-pppoe.c | |
parent | 1afe315b6f2f86e3d277cc7b7489b57dc8b78c07 (diff) | |
download | tcpdump-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 'print-pppoe.c')
-rw-r--r-- | print-pppoe.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/print-pppoe.c b/print-pppoe.c index 6b08b6f1..6fbc669b 100644 --- a/print-pppoe.c +++ b/print-pppoe.c @@ -21,11 +21,6 @@ * Original code by Greg Stark <gsstark@mit.edu> */ -#ifndef lint -static const char rcsid[] _U_ = -"@(#) $Header: /tcpdump/master/tcpdump/print-pppoe.c,v 1.31 2005-04-26 19:48:38 guy Exp $ (LBL)"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif |