summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/driver.c')
-rw-r--r--hunt/huntd/driver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/huntd/driver.c b/hunt/huntd/driver.c
index 86c3a5d7..9d446d5f 100644
--- a/hunt/huntd/driver.c
+++ b/hunt/huntd/driver.c
@@ -1,4 +1,4 @@
-/* $NetBSD: driver.c,v 1.18 2009/07/04 06:31:31 dholland Exp $ */
+/* $NetBSD: driver.c,v 1.19 2009/07/04 06:38:35 dholland 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: driver.c,v 1.18 2009/07/04 06:31:31 dholland Exp $");
+__RCSID("$NetBSD: driver.c,v 1.19 2009/07/04 06:38:35 dholland Exp $");
#endif /* not lint */
#include <sys/ioctl.h>
@@ -847,7 +847,7 @@ check_again:
* cleanup:
* Exit with the given value, cleaning up any droppings lying around
*/
-SIGNAL_TYPE
+void
cleanup(int eval)
{
PLAYER *pp;