cvs commit: src/bin/ps extern.h keyword.c print.c ps.c ps.h
Garance A Drosehn
gad at FreeBSD.org
Wed Jun 23 16:49:07 PDT 2004
gad 2004-06-23 23:48:09 UTC
FreeBSD src repository
Modified files:
bin/ps extern.h keyword.c print.c ps.c ps.h
Log:
Change "struct varent" to use the standard queue(8) macros, instead of
using it's own version of the same basic algorithm.
Submitted by: part by Cyrille Lefevre, part of it done by me
Revision Changes Path
1.37 +1 -1 src/bin/ps/extern.h
1.70 +2 -9 src/bin/ps/keyword.c
1.91 +12 -14 src/bin/ps/print.c
1.103 +7 -7 src/bin/ps/ps.c
1.19 +3 -1 src/bin/ps/ps.h
More information about the cvs-src
mailing list