diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2007-03-09 16:21:40 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2007-03-09 16:21:40 +0000 |
| commit | f9feee175baa10825785cf7f2e596170612ae15d (patch) | |
| tree | 57baea44bf3917b6cb3b177b636cd6089f80f3f3 | |
| parent | 3ff6d22988732f90234094d29b972c55c1cb86ff (diff) | |
Notes
| -rw-r--r-- | usr.bin/fstat/fstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 3b13cccd62e7..26c9ad4984c9 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -164,7 +164,7 @@ main(int argc, char **argv) int arg, ch, what; arg = 0; - what = KERN_PROC_ALL; + what = KERN_PROC_PROC; nlistf = memf = NULL; while ((ch = getopt(argc, argv, "fmnp:u:vN:M:")) != -1) switch((char)ch) { |
