summaryrefslogtreecommitdiff
path: root/usr.bin/tip/hunt.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tip/hunt.c')
-rw-r--r--usr.bin/tip/hunt.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/tip/hunt.c b/usr.bin/tip/hunt.c
index a6cf72ec6c5..f4a4c4c6c05 100644
--- a/usr.bin/tip/hunt.c
+++ b/usr.bin/tip/hunt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hunt.c,v 1.13 2006/03/17 19:39:46 deraadt Exp $ */
+/* $OpenBSD: hunt.c,v 1.14 2009/10/27 23:59:44 deraadt Exp $ */
/* $NetBSD: hunt.c,v 1.6 1997/04/20 00:02:10 mellon Exp $ */
/*
@@ -30,13 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)hunt.c 8.1 (Berkeley) 6/6/93";
-#endif
-static const char rcsid[] = "$OpenBSD: hunt.c,v 1.13 2006/03/17 19:39:46 deraadt Exp $";
-#endif /* not lint */
-
#include "tip.h"
static jmp_buf deadline;