summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/pcap-enet.c
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2001-04-03 04:18:09 +0000
committerfenner <fenner@FreeBSD.org>2001-04-03 04:18:09 +0000
commit5ccd472c6889df29bc50ce8be4693073dc13e49c (patch)
treecb1d1fb4112a2bda7a8c9161f56e1866a7d2bea6 /contrib/libpcap/pcap-enet.c
parent6805eb2bf49821e6cba726451d9ebe646bdb69cf (diff)
parenta6bce8883c0f9dd7fee0eb03667f57b40b1d9dab (diff)
downloadFreeBSD-src-5ccd472c6889df29bc50ce8be4693073dc13e49c.zip
FreeBSD-src-5ccd472c6889df29bc50ce8be4693073dc13e49c.tar.gz
This commit was generated by cvs2svn to compensate for changes in r75107,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/libpcap/pcap-enet.c')
-rw-r--r--contrib/libpcap/pcap-enet.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/libpcap/pcap-enet.c b/contrib/libpcap/pcap-enet.c
index 3f4189b..be1ca76 100644
--- a/contrib/libpcap/pcap-enet.c
+++ b/contrib/libpcap/pcap-enet.c
@@ -6,6 +6,14 @@
*
* Rayan Zachariassen, CA*Net
*/
+#ifndef lint
+static const char rcsid[] =
+ "@(#) $Header: /tcpdump/master/libpcap/pcap-enet.c,v 1.5 2000/10/12 03:53:59 guy Exp $";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <sys/types.h>
#include <sys/time.h>
OpenPOWER on IntegriCloud