-/* $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.
#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>
* Handle a usr1 signal
*/
SIGNAL_TYPE
-sigusr1()
+sigusr1(dummy)
+ int dummy;
{
leavex(1, "Unable to start driver. Try again.");
/* NOTREACHED */
-/* $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.
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));