cvs commit: src/usr.bin/limits Makefile limits.c
Chris Pressey
cpressey at crater.dragonflybsd.org
Tue Jan 11 17:21:09 PST 2005
cpressey 2005/01/11 17:20:26 PST
DragonFly src repository
Modified files:
usr.bin/limits Makefile limits.c
Log:
Raise WARNS to 6:
- Use a fully-specified NULL-filled entry to terminate an array
initializer;
- Remove an inner-block redeclaration of a variable with the same
name and purpose as the local in the outer block.
Revision Changes Path
1.2 +2 -0 src/usr.bin/limits/Makefile
1.4 +2 -2 src/usr.bin/limits/limits.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/limits/Makefile.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/limits/limits.c.diff?r1=1.3&r2=1.4&f=u
More information about the Commits
mailing list