diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2007-03-22 17:47:58 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2007-03-22 17:47:58 +0000 |
| commit | f487a6a8119f435d21d48e86fb7904f8a1179b1b (patch) | |
| tree | 6b01f580eb7843a531701e5d15fd21bbed9bd93c /usr.bin/sockstat | |
| parent | 58bffa15c2abe34ab0439e9452ce66274770c758 (diff) | |
Notes
Diffstat (limited to 'usr.bin/sockstat')
| -rw-r--r-- | usr.bin/sockstat/sockstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index bd71c5352f92b..c5d6067ef879a 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -529,7 +529,7 @@ getprocname(pid_t pid) warn("sysctl()"); return ("??"); } - return (proc.ki_ocomm); + return (proc.ki_comm); } static int |
