gad 2004/03/29 20:20:33 PST
FreeBSD src repository
Modified files:
bin/ps ps.c
Log:
Switch to using strtoul() for parsing a potential UID or GID, which gets
this to correctly handle UID's and GID's larger than 2147483647.
Noticed by: bde
MFC after: 1 week
Revision Changes Path
1.84 +8 -9 src/bin/ps/ps.c