summaryrefslogtreecommitdiff
path: root/pcap-null.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-01-06 18:58:31 +0000
committerXin LI <delphij@FreeBSD.org>2015-01-06 18:58:31 +0000
commit50224b10fa4e157f09ee1cd03c790c9e61e76c5e (patch)
tree2a457967e5c853893b53d8dc147937913dcbd8fc /pcap-null.c
parent59ed76438047aa730b3a617abd873b84457fc4fd (diff)
Diffstat (limited to 'pcap-null.c')
-rw-r--r--pcap-null.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pcap-null.c b/pcap-null.c
index 6737386851d6f..934fb2cc061c7 100644
--- a/pcap-null.c
+++ b/pcap-null.c
@@ -18,10 +18,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/libpcap/pcap-null.c,v 1.22 2008-04-04 19:37:45 guy Exp $ (LBL)";
-#endif
#ifdef HAVE_CONFIG_H
#include "config.h"