DragonFly commits List (threaded) for 2004-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.sbin/apm Makefile apm.c
liamfoy 2004/12/20 02:28:41 PST
DragonFly src repository
Modified files:
usr.sbin/apm Makefile apm.c
Log:
- Add WARNS?= 6
- Silence GCC with WARNS 6 enabled via __dead2
- Constify
- Rename sleep -> apm_sleep (avoid shadows)
- Fix a data type (int i -> u_int i)
Ok'ed by: Joerg
Revision Changes Path
1.3 +6 -5 src/usr.sbin/apm/Makefile
1.10 +9 -9 src/usr.sbin/apm/apm.c
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/apm/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/apm/apm.c.diff?r1=1.9&r2=1.10&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]