cvs commit: src/sbin/savecore Makefile savecore.c

看板DFBSD_commit作者時間21年前 (2005/02/02 15:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
cpressey 2005/02/01 23:00:47 PST DragonFly src repository Modified files: sbin/savecore Makefile savecore.c Log: Raise WARNS to 6: - Use fully specified structures for constant array initializers. - Declare local functions as static. - Add/remove prototypes as needed. - Remove ``register'' keywords. - Rename local variables where they shadow the names of globals. Submitted-by: Larry Lansing <lansil_at_fuzzynerd_dot_com> Additional-tweaks-by: cpressey Revision Changes Path 1.3 +2 -1 src/sbin/savecore/Makefile 1.9 +66 -66 src/sbin/savecore/savecore.c http://www.dragonflybsd.org/cvsweb/src/sbin/savecore/Makefile.diff?r1=1.2&r2=1.3&f=u http://www.dragonflybsd.org/cvsweb/src/sbin/savecore/savecore.c.diff?r1=1.8&r2=1.9&f=u
文章代碼(AID): #12088W00 (DFBSD_commit)