From 55d5a19679e6ff16ec9cb7cbae9e770c5e6270c6 Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 7 Feb 1997 18:10:07 +0000 Subject: [PATCH] fix tags --- sbin/ipnat/ipnat.c | 5 +++-- 1 file 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 - +#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 -- 2.20.1