aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/daemon
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2003-07-06 12:44:11 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2003-07-06 12:44:11 +0000
commit54ede02d10a37efefa790e3e5631aba9859fef49 (patch)
tree9f089c6f64877e6879e21a9c971bb6a8b286f02f /usr.sbin/daemon
parent8eeb1c8b34bfa0066d528e4da8571a9e21de2a21 (diff)
Notes
Diffstat (limited to 'usr.sbin/daemon')
-rw-r--r--usr.sbin/daemon/daemon.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/daemon/daemon.c b/usr.sbin/daemon/daemon.c
index 89f135b4da79..7676c70e1e94 100644
--- a/usr.sbin/daemon/daemon.c
+++ b/usr.sbin/daemon/daemon.c
@@ -26,9 +26,11 @@
* SUCH DAMAGE.
*
* From BSDI: daemon.c,v 1.2 1996/08/15 01:11:09 jch Exp
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <err.h>