Date: Wed, 2 Jul 2003 20:37:04 -0700 (PDT) From: Sean Kelly <smkelly@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/watchdogd Makefile watchdogd.c Message-ID: <200307030337.h633b4eV057177@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307030337.h633b4eV057177>
