diff options
| author | dholland <dholland@NetBSD.org> | 2009-07-04 06:38:34 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2009-07-04 06:38:34 +0000 |
| commit | 90a7b8b0ddece21340e896e8cec8e3f8ef4383d3 (patch) | |
| tree | 9b1dd2f878fe0982c44255705ca173bfaddee1e9 /hunt/huntd/driver.c | |
| parent | 1f91c41d4dd9a2321320f1856b01f542e481d8a3 (diff) | |
| download | bsdgames-darwin-90a7b8b0ddece21340e896e8cec8e3f8ef4383d3.tar.gz bsdgames-darwin-90a7b8b0ddece21340e896e8cec8e3f8ef4383d3.zip | |
Remove config for the return type of signal handlers, which is also a
long-dead issue.
Diffstat (limited to 'hunt/huntd/driver.c')
| -rw-r--r-- | hunt/huntd/driver.c | 6 |
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; |
