summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-11 17:25:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-11 17:25:04 +0000
commitd50c1064a55a09bd16da6a333beabca9f69f31b5 (patch)
tree08037b8c70b4d6be50dd08b6bfa7aeb1e8f33f6c /usr.bin
parent55fd72cb992f5a9e05c08ab160551c32123733ef (diff)
ARGSUSED
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/if.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c
index 448241b4e1b..b3ec560d8ea 100644
--- a/usr.bin/netstat/if.c
+++ b/usr.bin/netstat/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.45 2005/10/17 19:09:36 otto Exp $ */
+/* $OpenBSD: if.c,v 1.46 2005/12/11 17:25:03 deraadt Exp $ */
/* $NetBSD: if.c,v 1.16.4.2 1996/06/07 21:46:46 thorpej Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "from: @(#)if.c 8.2 (Berkeley) 2/21/94";
#else
-static char *rcsid = "$OpenBSD: if.c,v 1.45 2005/10/17 19:09:36 otto Exp $";
+static char *rcsid = "$OpenBSD: if.c,v 1.46 2005/12/11 17:25:03 deraadt Exp $";
#endif
#endif /* not lint */
@@ -545,6 +545,7 @@ loop:
* Called if an interval expires before sidewaysintpr has completed a loop.
* Sets a flag to not wait for the alarm.
*/
+/* ARGSUSED */
static void
catchalarm(int signo)
{