=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/if.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/systat/if.c 2007/02/25 18:21:24 1.9 +++ src/usr.bin/systat/if.c 2007/04/14 23:07:44 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.9 2007/02/25 18:21:24 deraadt Exp $ */ +/* $OpenBSD: if.c,v 1.10 2007/04/14 23:07:44 tedu Exp $ */ /* * Copyright (c) 2004 Markus Friedl * @@ -50,7 +50,6 @@ } *ifstats; static int nifs = 0; -extern u_int naptime; const char *showlinkstate(int);