diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2014-01-03 16:05:37 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2014-01-03 16:05:37 +0400 |
commit | 3594ff41d46df4ee23ae3d5f958d15f2b0477ebb (patch) | |
tree | 0bc0e891cb41d369b3679c7af78171094557fa6a /bpf_image.c | |
parent | 6cc999c42f9657ab740b1a303be1dcc7f23abb55 (diff) |
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.
Diffstat (limited to 'bpf_image.c')
-rw-r--r-- | bpf_image.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bpf_image.c b/bpf_image.c index e6c0f626..2f16c453 100644 --- a/bpf_image.c +++ b/bpf_image.c @@ -19,11 +19,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/bpf_image.c,v 1.28 2008-01-02 04:16:46 guy Exp $ (LBL)"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif |