diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-03-15 20:46:35 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-03-15 20:46:35 +0000 |
| commit | 84e268e3fc6761c911e1d853176ff0da8ce3a1cd (patch) | |
| tree | 2db90ca2552123970e41f114e97348aa7a2cee63 /usr.bin | |
| parent | 080b7f49675257081fd3e988c269fb2b8374080a (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/sockstat/sockstat.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sockstat/sockstat.pl b/usr.bin/sockstat/sockstat.pl index 5ac1cc9dd987a..0f871c55e305b 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>) { |
