summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/netstat.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-10-05 15:06:14 +0000
committerrwatson <rwatson@FreeBSD.org>2009-10-05 15:06:14 +0000
commit39779f43a947160c4a83b0847f41cdeea2a9ed68 (patch)
tree682615d848b9a13d6e23364173a88b17dc81eeed /usr.bin/netstat/netstat.h
parent736be1a8f57f73a18c5a12bb920c09a56da7c0b1 (diff)
downloadFreeBSD-src-39779f43a947160c4a83b0847f41cdeea2a9ed68.zip
FreeBSD-src-39779f43a947160c4a83b0847f41cdeea2a9ed68.tar.gz
netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were required
only for the kvm case, as we supported SOCK_SEQPACKET via sysctl already. Sponsored by: Google MFC after: 3 months
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r--usr.bin/netstat/netstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h
index f834495..259ca82 100644
--- a/usr.bin/netstat/netstat.h
+++ b/usr.bin/netstat/netstat.h
@@ -150,7 +150,7 @@ void ddp_stats(u_long, const char *, int, int);
void netgraphprotopr(u_long, const char *, int, int);
#endif
-void unixpr(u_long, u_long, u_long, u_long);
+void unixpr(u_long, u_long, u_long, u_long, u_long);
void esis_stats(u_long, const char *, int, int);
void clnp_stats(u_long, const char *, int, int);
OpenPOWER on IntegriCloud