summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/hwaddr.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-05-28 18:36:43 +0000
committeralfred <alfred@FreeBSD.org>2002-05-28 18:36:43 +0000
commitd1950fa2570d75cdfe788d1c37b8bbeac9f1bd2f (patch)
treece9f350c8701d94e008a4a7dde04373b9afe18d7 /libexec/bootpd/hwaddr.h
parentd91b7c2d0fac80c74a2783b84fdba5ae0b941b1c (diff)
downloadFreeBSD-src-d1950fa2570d75cdfe788d1c37b8bbeac9f1bd2f.zip
FreeBSD-src-d1950fa2570d75cdfe788d1c37b8bbeac9f1bd2f.tar.gz
This code defined a private __P, nuke it.
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