summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netstat.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2008-01-03 21:01:41 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2008-01-03 21:01:41 +0000
commit206b28b4f619d01b129ce54954bf46c28c0b36cc (patch)
treef1c786cc8ce966a2f1174b7d6641343c7e6fe829 /usr.bin/netstat/netstat.h
parent1030fd4d4e2a61c5fcee1e899eaa59cc7aa25a72 (diff)
Make if.c kvm free by fetching the interface stats via sysctl like in systat
and ospfd. What is not yet covered is the -d and -t flags to show interface queue drops and the if_timer. OK deraadt@
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r--usr.bin/netstat/netstat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h
index 37b57699af2..4b417bb5ab1 100644
--- a/usr.bin/netstat/netstat.h
+++ b/usr.bin/netstat/netstat.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: netstat.h,v 1.46 2007/12/19 08:49:23 claudio Exp $ */
+/* $OpenBSD: netstat.h,v 1.47 2008/01/03 21:01:40 claudio Exp $ */
/* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */
/*
@@ -128,7 +128,7 @@ void routepr(u_long, u_long, u_long, u_long);
void nsprotopr(u_long, char *);
-void intpr(int, u_long);
+void intpr(int);
void unixpr(u_long);