summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/tools/bootptest/bootptest.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/tools/bootptest/bootptest.h')
-rw-r--r--libexec/bootpd/tools/bootptest/bootptest.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/libexec/bootpd/tools/bootptest/bootptest.h b/libexec/bootpd/tools/bootptest/bootptest.h
index 27f78ba..a1891fe 100644
--- a/libexec/bootpd/tools/bootptest/bootptest.h
+++ b/libexec/bootpd/tools/bootptest/bootptest.h
@@ -1,4 +1,5 @@
/* bootptest.h */
+/* $FreeBSD$ */
/*
* Hacks for sharing print-bootp.c between tcpdump and bootptest.
*/
@@ -19,12 +20,4 @@ extern int vflag; /* verbose flag */
extern unsigned char *packetp;
extern unsigned char *snapend;
-#ifdef __STDC__
-#define P(args) args
-#else
-#define P(args) ()
-#endif
-
-extern char *ipaddr_string P((struct in_addr *));
-
-#undef P
+extern char *ipaddr_string(struct in_addr *);
OpenPOWER on IntegriCloud