summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/hwaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/hwaddr.c')
-rw-r--r--libexec/bootpd/hwaddr.c2
1 files changed, 1 insertions, 1 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
OpenPOWER on IntegriCloud