cvs commit: src/bin/ps ps.c
Garance A Drosehn
gad at FreeBSD.org
Sat Mar 27 19:00:58 PST 2004
gad 2004/03/27 19:00:57 PST
FreeBSD src repository
Modified files:
bin/ps ps.c
Log:
If <x> is a process id that does not exist, then just print the header
(if any) and exit, thus matching the behavior on -stable and other OS's.
My earlier attempt to fix this (v1.65) only seemed to work because of a
lucky random value in nentries (which was not being initialized back
when I tested that earlier patch).
Revision Changes Path
1.72 +1 -1 src/bin/ps/ps.c
More information about the cvs-src
mailing list