diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-11 17:25:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-11 17:25:04 +0000 |
commit | d50c1064a55a09bd16da6a333beabca9f69f31b5 (patch) | |
tree | 08037b8c70b4d6be50dd08b6bfa7aeb1e8f33f6c /usr.bin | |
parent | 55fd72cb992f5a9e05c08ab160551c32123733ef (diff) |
ARGSUSED
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/if.c | 5 |
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) { |