artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f7eabe
)
fix tags
author
kstailey
<kstailey@openbsd.org>
Fri, 7 Feb 1997 18:10:07 +0000
(18:10 +0000)
committer
kstailey
<kstailey@openbsd.org>
Fri, 7 Feb 1997 18:10:07 +0000
(18:10 +0000)
sbin/ipnat/ipnat.c
patch
|
blob
|
history
diff --git
a/sbin/ipnat/ipnat.c
b/sbin/ipnat/ipnat.c
index
e8643d5
..
7b77181
100644
(file)
--- 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