aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fad-win32.c5
-rw-r--r--pcap-stdinc.h2
-rw-r--r--pcap-win32.c5
3 files changed, 12 insertions, 0 deletions
diff --git a/fad-win32.c b/fad-win32.c
index 270ba72..0ee7b8d 100644
--- a/fad-win32.c
+++ b/fad-win32.c
@@ -19,6 +19,11 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#ifndef lint
+static const char rcsid[] =
+ "@(#) $Header: /tcpdump/master/libpcap/fad-win32.c,v 1.2 2002-08-05 07:45:09 guy Exp $ (LBL)";
+#endif
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/pcap-stdinc.h b/pcap-stdinc.h
index 9afad3a..5caccdb 100644
--- a/pcap-stdinc.h
+++ b/pcap-stdinc.h
@@ -17,6 +17,8 @@
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * @(#) $Header: /tcpdump/master/libpcap/pcap-stdinc.h,v 1.5 2002-08-05 07:45:09 guy Exp $ (LBL)
*/
#define SIZEOF_CHAR 1
diff --git a/pcap-win32.c b/pcap-win32.c
index 69a296a..feb1a3b 100644
--- a/pcap-win32.c
+++ b/pcap-win32.c
@@ -19,6 +19,11 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#ifndef lint
+static const char rcsid[] =
+ "@(#) $Header: /tcpdump/master/libpcap/pcap-win32.c,v 1.2 2002-08-05 07:45:09 guy Exp $ (LBL)";
+#endif
+
#include <pcap-int.h>
#include <packet32.h>
#include <Ntddndis.h>