summaryrefslogtreecommitdiff
path: root/libexec/bootpd
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/hwaddr.c2
-rw-r--r--libexec/bootpd/rtmsg.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c
index 9a9de1a98cb5..ed2c14caef1e 100644
--- a/libexec/bootpd/hwaddr.c
+++ b/libexec/bootpd/hwaddr.c
@@ -53,7 +53,7 @@
/* For BSD 4.4, set arp entry by writing to routing socket */
#if defined(BSD)
#if BSD >= 199306
-extern int bsd_arp_set __P((struct in_addr *, char *, int));
+extern int bsd_arp_set(struct in_addr *, char *, int);
#endif
#endif
diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c
index 40b872864cfd..450454b6344b 100644
--- a/libexec/bootpd/rtmsg.c
+++ b/libexec/bootpd/rtmsg.c
@@ -72,7 +72,7 @@
#include "report.h"
-static int rtmsg __P((int));
+static int rtmsg(int);
static int s = -1; /* routing socket */