summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/tools/bootpef/bootpef.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/tools/bootpef/bootpef.c')
-rw-r--r--libexec/bootpd/tools/bootpef/bootpef.c17
1 files changed, 2 insertions, 15 deletions
diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c
index 893efd87..04089c8 100644
--- a/libexec/bootpd/tools/bootpef/bootpef.c
+++ b/libexec/bootpd/tools/bootpef/bootpef.c
@@ -37,11 +37,7 @@ SOFTWARE.
-#ifdef __STDC__
#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
#include <sys/types.h>
#include <sys/time.h>
@@ -89,17 +85,8 @@ SOFTWARE.
* Externals, forward declarations, and global variables
*/
-#ifdef __STDC__
-#define P(args) args
-#else
-#define P(args) ()
-#endif
-
-static void mktagfile P((struct host *));
-static void usage P((void));
-
-#undef P
-
+static void mktagfile(struct host *);
+static void usage(void);
/*
* General
OpenPOWER on IntegriCloud