=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/if.c,v retrieving revision 1.45 retrieving revision 1.46 diff -c -r1.45 -r1.46 *** src/usr.bin/netstat/if.c 2005/10/17 19:09:36 1.45 --- src/usr.bin/netstat/if.c 2005/12/11 17:25:03 1.46 *************** *** 1,4 **** ! /* $OpenBSD: if.c,v 1.45 2005/10/17 19:09:36 otto Exp $ */ /* $NetBSD: if.c,v 1.16.4.2 1996/06/07 21:46:46 thorpej Exp $ */ /* --- 1,4 ---- ! /* $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,40 **** #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 $"; #endif #endif /* not lint */ --- 34,40 ---- #if 0 static char sccsid[] = "from: @(#)if.c 8.2 (Berkeley) 2/21/94"; #else ! static char *rcsid = "$OpenBSD: if.c,v 1.46 2005/12/11 17:25:03 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 545,550 **** --- 545,551 ---- * 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) {