From 91180daf65df4fdd1bb8b9f3b27f22937f1622a5 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Tue, 28 May 2002 18:37:43 +0000 Subject: [PATCH] Assume __STDC__, remove non-__STDC__ code. Remove private __P. --- libexec/bootpd/bootpgw/bootpgw.c | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/libexec/bootpd/bootpgw/bootpgw.c b/libexec/bootpd/bootpgw/bootpgw.c index 7271a7ad4330..1789a1d26fa5 100644 --- a/libexec/bootpd/bootpgw/bootpgw.c +++ b/libexec/bootpd/bootpgw/bootpgw.c @@ -90,17 +90,9 @@ SOFTWARE. * Externals, forward declarations, and global variables */ -#ifdef __STDC__ -#define P(args) args -#else -#define P(args) () -#endif - -static void usage P((void)); -static void handle_reply P((void)); -static void handle_request P((void)); - -#undef P +static void usage(void); +static void handle_reply(void); +static void handle_request(void); /* * IP port numbers for client and server obtained from /etc/services