summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/snmpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/snmpd/snmpd.c')
-rw-r--r--usr.sbin/snmpd/snmpd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/snmpd/snmpd.c b/usr.sbin/snmpd/snmpd.c
index 07a116a76bd..8fa485edf30 100644
--- a/usr.sbin/snmpd/snmpd.c
+++ b/usr.sbin/snmpd/snmpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: snmpd.c,v 1.18 2013/10/17 08:42:44 reyk Exp $ */
+/* $OpenBSD: snmpd.c,v 1.19 2014/03/16 18:38:30 guenther Exp $ */
/*
* Copyright (c) 2007, 2008, 2012 Reyk Floeter <reyk@openbsd.org>
@@ -83,7 +83,6 @@ snmpd_sig_handler(int sig, short event, void *arg)
}
}
-/* __dead is for lint */
__dead void
usage(void)
{