summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/hwaddr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/hwaddr.h')
-rw-r--r--libexec/bootpd/hwaddr.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/libexec/bootpd/hwaddr.h b/libexec/bootpd/hwaddr.h
index 38bbdc8..bd68857 100644
--- a/libexec/bootpd/hwaddr.h
+++ b/libexec/bootpd/hwaddr.h
@@ -22,13 +22,9 @@ struct hwinfo {
extern struct hwinfo hwinfolist[];
extern int hwinfocnt;
-#define P(args) args
-
-extern void setarp P((int, struct in_addr *, int, u_char *, int));
-extern char *haddrtoa P((u_char *, int));
-extern void haddr_conv802 P((u_char *, u_char *, int));
-
-#undef P
+extern void setarp(int, struct in_addr *, int, u_char *, int);
+extern char *haddrtoa(u_char *, int);
+extern void haddr_conv802(u_char *, u_char *, int);
/*
* Return the length in bytes of a hardware address of the given type.
OpenPOWER on IntegriCloud