cvs commit: src/usr.bin/look Makefile look.c
Chris Pressey
cpressey at crater.dragonflybsd.org
Thu Jan 6 18:43:49 PST 2005
cpressey 2005/01/06 18:43:41 PST
DragonFly src repository
Modified files:
usr.bin/look Makefile look.c
Log:
Raise WARNS to 6:
- Constify a string variable;
- Parentheses around an assignment in a test.
And style(9):
- Remove casts to void when ignoring return values;
- Remove `register' keywords;
- Make check against '\0' explicit.
Revision Changes Path
1.2 +2 -0 src/usr.bin/look/Makefile
1.4 +15 -14 src/usr.bin/look/look.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/look/Makefile.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/look/look.c.diff?r1=1.3&r2=1.4&f=u
More information about the Commits
mailing list