freebsd-src/bin/ps
Bruce Evans c1f903a031 Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0
to the Makefile didn't affect this bug because WFORMAT only controls
higher- level format checking (not the -Wformat that is implicit in
-Wall).

Fixed a nearby printf format error that was benign and 3 nearby style bugs.
2002-07-11 17:28:29 +00:00
..
extern.h Fixed unsorting. 2002-06-08 06:49:15 +00:00
fmt.c Don't depend on pollution in <limits.h> for the definition of 2002-07-05 15:58:27 +00:00
keyword.c - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able to 2002-07-08 09:08:51 +00:00
lomac.c err() is documented as allowing NULL for the format string but GCC isn't 2002-07-10 20:44:55 +00:00
lomac.h NAI DBA update. 2002-03-14 21:51:00 +00:00
Makefile Bring back WFORMAT=0. 2002-07-08 15:48:39 +00:00
nlist.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
print.c Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0 2002-07-11 17:28:29 +00:00
ps.1 ps(1) appeared in v4 2002-06-10 22:48:51 +00:00
ps.c - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able to 2002-07-08 09:08:51 +00:00
ps.h WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extra 2002-02-03 14:43:04 +00:00