summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ipftest/ipft_ef.c3
-rw-r--r--usr.sbin/ipftest/ipft_hx.c3
-rw-r--r--usr.sbin/ipftest/ipft_pc.c3
-rw-r--r--usr.sbin/ipftest/ipft_sn.c3
-rw-r--r--usr.sbin/ipftest/ipft_td.c3
5 files changed, 10 insertions, 5 deletions
diff --git a/usr.sbin/ipftest/ipft_ef.c b/usr.sbin/ipftest/ipft_ef.c
index 408558b1bc7..213cca7f4a5 100644
--- a/usr.sbin/ipftest/ipft_ef.c
+++ b/usr.sbin/ipftest/ipft_ef.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ipft_ef.c,v 1.7 1997/06/23 16:44:48 kstailey Exp $ */
/*
* (C)opyright 1993,1994,1995 by Darren Reed.
*
@@ -47,7 +48,7 @@ etherfind -n -t
#if !defined(lint) && defined(LIBC_SCCS)
static char sccsid[] = "@(#)ipft_ef.c 1.6 2/4/96 (C)1995 Darren Reed";
-static char rcsid[] = "$Id: ipft_ef.c,v 1.6 1997/02/11 22:23:48 kstailey Exp $";
+static char rcsid[] = "$DRId: ipft_ef.c,v 2.0.1.1 1997/01/09 15:14:43 darrenr Exp $";
#endif
static int etherf_open(), etherf_close(), etherf_readip();
diff --git a/usr.sbin/ipftest/ipft_hx.c b/usr.sbin/ipftest/ipft_hx.c
index 916c554afe7..c828e429a01 100644
--- a/usr.sbin/ipftest/ipft_hx.c
+++ b/usr.sbin/ipftest/ipft_hx.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ipft_hx.c,v 1.5 1997/06/23 16:44:48 kstailey Exp $ */
/*
* (C)opyright 1995 by Darren Reed.
*
@@ -38,7 +39,7 @@
#if !defined(lint) && defined(LIBC_SCCS)
static char sccsid[] = "@(#)ipft_hx.c 1.1 3/9/96 (C) 1996 Darren Reed";
-static char rcsid[] = "$Id: ipft_hx.c,v 1.4 1997/02/11 22:23:50 kstailey Exp $";
+static char rcsid[] = "$DRId: ipft_hx.c,v 2.0.1.2 1997/02/04 13:57:56 darrenr Exp $";
#endif
extern int opts;
diff --git a/usr.sbin/ipftest/ipft_pc.c b/usr.sbin/ipftest/ipft_pc.c
index 84a6b1b4b9b..c0a4f50b5a2 100644
--- a/usr.sbin/ipftest/ipft_pc.c
+++ b/usr.sbin/ipftest/ipft_pc.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ipft_pc.c,v 1.7 1997/06/23 16:44:49 kstailey Exp $ */
/*
* (C)opyright 1993-1996 by Darren Reed.
*
@@ -30,7 +31,7 @@
#include "pcap.h"
#if !defined(lint) && defined(LIBC_SCCS)
-static char rcsid[] = "$Id: ipft_pc.c,v 1.6 1997/02/11 22:23:51 kstailey Exp $";
+static char rcsid[] = "$DRId: ipft_pc.c,v 2.0.1.1 1997/01/09 15:14:44 darrenr Exp $";
#endif
struct llc {
diff --git a/usr.sbin/ipftest/ipft_sn.c b/usr.sbin/ipftest/ipft_sn.c
index a8e8baf2ad2..c7d6003d03c 100644
--- a/usr.sbin/ipftest/ipft_sn.c
+++ b/usr.sbin/ipftest/ipft_sn.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ipft_sn.c,v 1.6 1997/06/23 16:44:49 kstailey Exp $ */
/*
* (C)opyright 1993,1994,1995 by Darren Reed.
*
@@ -33,7 +34,7 @@
#include "snoop.h"
#if !defined(lint) && defined(LIBC_SCCS)
-static char rcsid[] = "$Id: ipft_sn.c,v 1.5 1997/02/11 22:23:52 kstailey Exp $";
+static char rcsid[] = "$DRId: ipft_sn.c,v 2.0.1.1 1997/01/09 15:14:44 darrenr Exp $";
#endif
struct llc {
diff --git a/usr.sbin/ipftest/ipft_td.c b/usr.sbin/ipftest/ipft_td.c
index fb9dcb6baea..d6ea941ae51 100644
--- a/usr.sbin/ipftest/ipft_td.c
+++ b/usr.sbin/ipftest/ipft_td.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ipft_td.c,v 1.7 1997/06/23 16:44:50 kstailey Exp $ */
/*
* (C)opyright 1993,1994,1995 by Darren Reed.
*
@@ -56,7 +57,7 @@ tcpdump -nqte
#if !defined(lint) && defined(LIBC_SCCS)
static char sccsid[] = "@(#)ipft_td.c 1.8 2/4/96 (C)1995 Darren Reed";
-static char rcsid[] = "$Id: ipft_td.c,v 1.6 1997/02/11 22:23:54 kstailey Exp $";
+static char rcsid[] = "$DRId: ipft_td.c,v 2.0.1.1 1997/01/09 15:14:44 darrenr Exp $";
#endif
static int tcpd_open(), tcpd_close(), tcpd_readip();