summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/hotplugd/hotplugd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/hotplugd/hotplugd.c b/usr.sbin/hotplugd/hotplugd.c
index 7933f302db9..14c2cc0c5fc 100644
--- a/usr.sbin/hotplugd/hotplugd.c
+++ b/usr.sbin/hotplugd/hotplugd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hotplugd.c,v 1.3 2004/05/30 16:35:22 grange Exp $ */
+/* $OpenBSD: hotplugd.c,v 1.4 2006/04/05 08:10:29 grange Exp $ */
/*
* Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
*
@@ -161,6 +161,7 @@ exec_script(const char *file, int class, char *name)
}
}
+/* ARGSUSED */
void
sigquit(int signum)
{