summaryrefslogtreecommitdiff
path: root/usr.sbin/ipftest/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ipftest/misc.c')
-rw-r--r--usr.sbin/ipftest/misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ipftest/misc.c b/usr.sbin/ipftest/misc.c
index 8000582e7a5..44f2bae9557 100644
--- a/usr.sbin/ipftest/misc.c
+++ b/usr.sbin/ipftest/misc.c
@@ -38,8 +38,9 @@
#include "ipf.h"
#include "ipt.h"
-#ifndef lint
+#if !defined(lint) && defined(LIBC_SCCS)
static char sccsid[] = "@(#)misc.c 1.3 2/4/96 (C) 1995 Darren Reed";
+static char rcsid[] = "$Id: misc.c,v 1.5 1997/02/11 22:24:01 kstailey Exp $";
#endif
void debug(), verbose();