cvs commit: src/sbin/init Makefile init.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Fri Feb 25 07:18:22 PST 2005
joerg 2005/02/25 07:17:42 PST
DragonFly src repository
Modified files:
sbin/init Makefile init.c
Log:
Make init(8) WARNS=6 clean.
Mostly-submitted-by: Kevin M. Kilbride <kmk at xxxxxxx>
Additionally make local functions and variables static, reorder them
to don't mix variable and function declarations.
Correct the sigalarm handler.
Use __DECONST to cast away the constness for argv.
Revision Changes Path
1.4 +1 -0 src/sbin/init/Makefile
1.8 +109 -116 src/sbin/init/init.c
http://www.dragonflybsd.org/cvsweb/src/sbin/init/Makefile.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/init/init.c.diff?r1=1.7&r2=1.8&f=u
More information about the Commits
mailing list