summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/rtmsg.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-02-05 13:45:25 +0000
committercharnier <charnier@FreeBSD.org>2003-02-05 13:45:25 +0000
commit6e45bdfe12274a90fa234e2d865ba184c7a4b27d (patch)
treeb6eed9abba698ecf55651096e6106df3d84a060c /libexec/bootpd/rtmsg.c
parenta7cecc7301a0f68ed494f2f00b1210916ffc932a (diff)
downloadFreeBSD-src-6e45bdfe12274a90fa234e2d865ba184c7a4b27d.zip
FreeBSD-src-6e45bdfe12274a90fa234e2d865ba184c7a4b27d.tar.gz
Add FBSDID. udp/bootps -> bootps/udp. Use err(3).
Diffstat (limited to 'libexec/bootpd/rtmsg.c')
-rw-r--r--libexec/bootpd/rtmsg.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c
index 450454b..4584569 100644
--- a/libexec/bootpd/rtmsg.c
+++ b/libexec/bootpd/rtmsg.c
@@ -39,9 +39,11 @@
/*
* from arp.c 8.2 (Berkeley) 1/2/94
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
/*
* Verify that we are at least 4.4 BSD
@@ -65,6 +67,7 @@
#include <errno.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>
OpenPOWER on IntegriCloud