summaryrefslogtreecommitdiff
path: root/usr.sbin/hotplugd
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2006-04-05 08:10:30 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2006-04-05 08:10:30 +0000
commit51e67f0054284e9a3480923a4a95fab00adc71da (patch)
tree23aad8cadcd5107a9a72571154f58b6dedbcae79 /usr.sbin/hotplugd
parent36695c3355f90e197ccdd67392559727f3525b4e (diff)
ARGSUSED for signal handler to please lint.
Diffstat (limited to 'usr.sbin/hotplugd')
-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)
{