aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-03-15 20:46:35 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-03-15 20:46:35 +0000
commit84e268e3fc6761c911e1d853176ff0da8ce3a1cd (patch)
tree2db90ca2552123970e41f114e97348aa7a2cee63 /usr.bin
parent080b7f49675257081fd3e988c269fb2b8374080a (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sockstat/sockstat.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sockstat/sockstat.pl b/usr.bin/sockstat/sockstat.pl
index 5ac1cc9dd987..0f871c55e305 100644
--- a/usr.bin/sockstat/sockstat.pl
+++ b/usr.bin/sockstat/sockstat.pl
@@ -53,7 +53,7 @@ sub gather() {
if (!defined($pid = open(PIPE, "-|"))) {
die("open(netstat): $!\n");
} elsif ($pid == 0) {
- exec("/usr/bin/netstat", "-Aan");
+ exec("/usr/bin/netstat", "-AanW");
die("exec(netstat): $!\n");
}
while ($line = <PIPE>) {