From 90a7b8b0ddece21340e896e8cec8e3f8ef4383d3 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 4 Jul 2009 06:38:34 +0000 Subject: Remove config for the return type of signal handlers, which is also a long-dead issue. --- hunt/huntd/driver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hunt/huntd/driver.c') 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 #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 @@ -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; -- cgit v1.2.3