DragonFly commits List (threaded) for 2005-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sbin/savecore Makefile savecore.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]