cvs commit: src/usr.sbin/watchdogd Makefile watchdogd.c
Sean Kelly
smkelly at FreeBSD.org
Wed Jul 2 20:37:05 PDT 2003
smkelly 2003/07/02 20:37:04 PDT
FreeBSD src repository
Modified files:
usr.sbin/watchdogd Makefile watchdogd.c
Log:
o style(9) fixes
- Reordered #includes
- Only include <sys/types.h>, not it and <sys/cdefs.h>
o style.Makefile(5) fixes
- No SRCS= line when only one src file with same name as program
o Use warn()/errx() instead of fprintf()
- Integrated patch from Philippe Charnier <charnier at xp11.frmug.org>
Approved by: jeff (mentor)
Revision Changes Path
1.2 +3 -4 src/usr.sbin/watchdogd/Makefile
1.4 +8 -13 src/usr.sbin/watchdogd/watchdogd.c
More information about the cvs-src
mailing list