diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-17 19:39:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-17 19:39:47 +0000 |
commit | 8d2d65884edc3208ba8b010c4ad3d4483bc4cd06 (patch) | |
tree | bc8e48e21bc4626657c6ee41761c994cfaa79be8 /usr.bin/tip/hunt.c | |
parent | 0239d7682efc2b478227fcbaa8aeb93cc10fb3a6 (diff) |
more cleanups; ok moritz
Diffstat (limited to 'usr.bin/tip/hunt.c')
-rw-r--r-- | usr.bin/tip/hunt.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tip/hunt.c b/usr.bin/tip/hunt.c index 8cc46d3022d..a6cf72ec6c5 100644 --- a/usr.bin/tip/hunt.c +++ b/usr.bin/tip/hunt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hunt.c,v 1.12 2006/03/17 14:43:06 moritz Exp $ */ +/* $OpenBSD: hunt.c,v 1.13 2006/03/17 19:39:46 deraadt Exp $ */ /* $NetBSD: hunt.c,v 1.6 1997/04/20 00:02:10 mellon Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)hunt.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = "$OpenBSD: hunt.c,v 1.12 2006/03/17 14:43:06 moritz Exp $"; +static const char rcsid[] = "$OpenBSD: hunt.c,v 1.13 2006/03/17 19:39:46 deraadt Exp $"; #endif /* not lint */ #include "tip.h" @@ -44,6 +44,7 @@ static int deadfl; static void dead(int); +/*ARGSUSED*/ static void dead(int signo) { |