summaryrefslogtreecommitdiffstats
path: root/hunt/hunt/hunt.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-06-11 12:04:06 +0000
committerwiz <wiz@NetBSD.org>2003-06-11 12:04:06 +0000
commit735398036b5526fa4de7c33ca9d774153618695f (patch)
treea5f5b3d9699e8d6396a321f1dfd099fa86a98b9c /hunt/hunt/hunt.c
parentfae2aeec35bcac050efac4d05beb9220c87e9ef6 (diff)
downloadbsdgames-darwin-735398036b5526fa4de7c33ca9d774153618695f.tar.gz
bsdgames-darwin-735398036b5526fa4de7c33ca9d774153618695f.tar.zst
bsdgames-darwin-735398036b5526fa4de7c33ca9d774153618695f.zip
Make build.
Diffstat (limited to 'hunt/hunt/hunt.c')
-rw-r--r--hunt/hunt/hunt.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/hunt/hunt/hunt.c b/hunt/hunt/hunt.c
index 4a1de158..14864732 100644
--- a/hunt/hunt/hunt.c
+++ b/hunt/hunt/hunt.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt.c,v 1.19 2003/06/11 12:00:21 wiz Exp $ */
+/* $NetBSD: hunt.c,v 1.20 2003/06/11 12:04:06 wiz Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hunt.c,v 1.19 2003/06/11 12:00:21 wiz Exp $");
+__RCSID("$NetBSD: hunt.c,v 1.20 2003/06/11 12:04:06 wiz Exp $");
#endif /* not lint */
# include <sys/param.h>
@@ -764,7 +764,8 @@ sigterm(dummy)
* Handle a usr1 signal
*/
SIGNAL_TYPE
-sigusr1()
+sigusr1(dummy)
+ int dummy;
{
leavex(1, "Unable to start driver. Try again.");
/* NOTREACHED */