diff options
author | 2007-04-14 23:07:44 +0000 | |
---|---|---|
committer | 2007-04-14 23:07:44 +0000 | |
commit | 67130221a3acbcf306cc47ecbcbca5e9f34f8113 (patch) | |
tree | 38f54564984711c9a1a2b34c2b089ae13ac571cf | |
parent | remove static (diff) | |
download | wireguard-openbsd-67130221a3acbcf306cc47ecbcbca5e9f34f8113.tar.xz wireguard-openbsd-67130221a3acbcf306cc47ecbcbca5e9f34f8113.zip |
naptime is already extern in extern.h, don't do it again
found by mike erdely
-rw-r--r-- | usr.bin/systat/if.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/systat/if.c b/usr.bin/systat/if.c index 75bedea161f..f2636174dd5 100644 --- a/usr.bin/systat/if.c +++ b/usr.bin/systat/if.c @@ -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 <markus@openbsd.org> * @@ -50,7 +50,6 @@ struct ifstat { } *ifstats; static int nifs = 0; -extern u_int naptime; const char *showlinkstate(int); |