From 735398036b5526fa4de7c33ca9d774153618695f Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 11 Jun 2003 12:04:06 +0000 Subject: [PATCH] Make build. --- hunt/hunt/hunt.c | 7 ++++--- hunt/huntd/hunt.h | 3 ++- 2 files changed, 6 insertions(+), 4 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 #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 @@ -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 */ diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h index d321515c..b5dc9870 100644 --- a/hunt/huntd/hunt.h +++ b/hunt/huntd/hunt.h @@ -1,4 +1,4 @@ -/* $NetBSD: hunt.h,v 1.8 2003/06/11 12:00:22 wiz Exp $ */ +/* $NetBSD: hunt.h,v 1.9 2003/06/11 12:04:06 wiz Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. @@ -477,4 +477,5 @@ SIGNAL_TYPE intr __P((int)); SIGNAL_TYPE sigalrm __P((int)); SIGNAL_TYPE sigemt __P((int)); SIGNAL_TYPE sigterm __P((int)); +SIGNAL_TYPE sigusr1 __P((int)); SIGNAL_TYPE tstp __P((int)); -- 2.47.1