DragonFly commits List (threaded) for 2004-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/pkill Makefile pkill.c
cpressey 2004/12/20 12:09:23 PST
DragonFly src repository
Modified files:
usr.bin/pkill Makefile pkill.c
Log:
Bump WARNS to 6:
- Remove redundant nested extern declarations;
- Constify some char *'s, introducing new variables where existing
variables were being used more than once for different purposes;
- Adjust the signedness of some integer variables to reflect their
usage in comparisons;
- Use a struct timeval instead of a pair of integer variables to
record the 'best' time.
Revision Changes Path
1.2 +2 -0 src/usr.bin/pkill/Makefile
1.4 +21 -21 src/usr.bin/pkill/pkill.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/pkill/Makefile.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/pkill/pkill.c.diff?r1=1.3&r2=1.4&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]