diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-02-07 18:10:08 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-02-07 18:10:08 +0000 |
commit | 9212e091e5149d793bc877070a8276d0fd489a88 (patch) | |
tree | 8971218528b56705c46f09673714c156a4b85891 /sbin/ipnat | |
parent | b234b578cd01b9b36958f75243e131649850f184 (diff) |
fix tags
Diffstat (limited to 'sbin/ipnat')
-rw-r--r-- | sbin/ipnat/ipnat.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ipnat/ipnat.c b/sbin/ipnat/ipnat.c index e8643d5bf84..7b77181681f 100644 --- a/sbin/ipnat/ipnat.c +++ b/sbin/ipnat/ipnat.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ipnat.c,v 1.6 1997/02/07 18:10:07 kstailey Exp $ */ /* * (C)opyright 1993,1994,1995 by Darren Reed. * @@ -49,10 +50,10 @@ #include "ip_nat.h" #include <ctype.h> - +#if 0 #ifndef lint static char sccsid[] ="@(#)ipnat.c 1.9 6/5/96 (C) 1993 Darren Reed"; -static char rcsid[] = "$Id: ipnat.c,v 1.5 1997/02/07 17:02:50 kstailey Exp $"; +#endif #endif #if SOLARIS |