summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-10-09 23:22:11 +0000
committeralfred <alfred@FreeBSD.org>2002-10-09 23:22:11 +0000
commit4c4e6552342f09956d27ead3dc5d62ec8075ba4a (patch)
tree503eb7ff6e146923dd46dc9d075147f61cff5436 /libexec/bootpd
parentb3c87d7052551dcbfbce726bf4ffb694ccd73c4a (diff)
downloadFreeBSD-src-4c4e6552342f09956d27ead3dc5d62ec8075ba4a.zip
FreeBSD-src-4c4e6552342f09956d27ead3dc5d62ec8075ba4a.tar.gz
de-__P()
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 9a9de1a..ed2c14c 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 40b8728..450454b 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 */
OpenPOWER on IntegriCloud