diff options
| author | christos <christos@NetBSD.org> | 2006-04-03 04:53:58 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-04-03 04:53:58 +0000 |
| commit | c4341bc3e1463d25b6b1d1cd4b73cd5ea19acf4c (patch) | |
| tree | 29795aaccbaa8116cbbaf42417cbd4c35bed60f6 /usr.bin/tip/hunt.c | |
| parent | 29dc02e572a3dbb9b1e8724cebf92b096d40a666 (diff) | |
Pass a little lint.
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 2ec66a786f5..a96f969ac65 100644 --- a/usr.bin/tip/hunt.c +++ b/usr.bin/tip/hunt.c @@ -1,4 +1,4 @@ -/* $NetBSD: hunt.c,v 1.13 2006/04/03 02:01:28 perry Exp $ */ +/* $NetBSD: hunt.c,v 1.14 2006/04/03 04:53:58 christos Exp $ */ /* * Copyright (c) 1983, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)hunt.c 8.1 (Berkeley) 6/6/93"; #endif -__RCSID("$NetBSD: hunt.c,v 1.13 2006/04/03 02:01:28 perry Exp $"); +__RCSID("$NetBSD: hunt.c,v 1.14 2006/04/03 04:53:58 christos Exp $"); #endif /* not lint */ #include "tip.h" @@ -45,6 +45,7 @@ static int deadfl; void dead(int); void +/*ARGSUSED*/ dead(int dummy) { |
