summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/hwaddr.c
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/hwaddr.c
parentb3c87d7052551dcbfbce726bf4ffb694ccd73c4a (diff)
downloadFreeBSD-src-4c4e6552342f09956d27ead3dc5d62ec8075ba4a.zip
FreeBSD-src-4c4e6552342f09956d27ead3dc5d62ec8075ba4a.tar.gz
de-__P()
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