看板 DFBSD_commit 關於我們 聯絡資訊
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@ssl.org> 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