summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd
diff options
context:
space:
mode:
authorgrange <grange@openbsd.org>2006-04-05 08:10:29 +0000
committergrange <grange@openbsd.org>2006-04-05 08:10:29 +0000
commit790b0a7f172d88e2ac51fa97890b54ae968fce4d (patch)
tree602483f3187e0d237e9ec220aefcb150920b99ca /usr.sbin/hotplugd
parentRT2571 mention that should have been RT2570. (diff)
downloadwireguard-openbsd-790b0a7f172d88e2ac51fa97890b54ae968fce4d.tar.xz
wireguard-openbsd-790b0a7f172d88e2ac51fa97890b54ae968fce4d.zip
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)
{