diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 16:44:51 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 16:44:51 +0000 |
commit | 0860cf4fa98efc94ba4665bc67690e8b61832d2e (patch) | |
tree | 54045e8049e9e6a8899f93707471a32e7745122f /usr.sbin/ipftest/ipft_hx.c | |
parent | db9a6b69e2bfaf8b0b2283d157035b555ac65626 (diff) |
fix tags
Diffstat (limited to 'usr.sbin/ipftest/ipft_hx.c')
-rw-r--r-- | usr.sbin/ipftest/ipft_hx.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |