diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 17:11:29 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 17:11:29 +0000 |
commit | 8e1e870d43922a714984dba4e9b7775bef4b85ff (patch) | |
tree | 0b9cee6dc2c5440d5e67b412876cef749ac97a21 /sbin/ipf | |
parent | 8579a91e7c69f538cd77fd4ca1f214fe2819d5e1 (diff) |
fix tag
Diffstat (limited to 'sbin/ipf')
-rw-r--r-- | sbin/ipf/opt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipf/opt.c b/sbin/ipf/opt.c index 62022958871..3f0da9f0274 100644 --- a/sbin/ipf/opt.c +++ b/sbin/ipf/opt.c @@ -1,3 +1,4 @@ +/* $OpenBSD: opt.c,v 1.7 1997/06/23 17:11:28 kstailey Exp $ */ /* * (C)opyright 1993,1994,1995 by Darren Reed. * @@ -23,7 +24,7 @@ #ifndef lint static char sccsid[] = "@(#)opt.c 1.8 4/10/96 (C) 1993-1995 Darren Reed"; -static char rcsid[] = "$Id: opt.c,v 1.6 1996/10/08 07:33:31 niklas Exp $"; +static char rcsid[] = "$DRId: opt.c,v 2.0.1.1 1997/01/09 15:14:44 darrenr Exp $"; #endif extern int opts; |