diff options
Diffstat (limited to 'libexec/bootpd')
-rw-r--r-- | libexec/bootpd/bootpgw/bootpgw.c | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/libexec/bootpd/bootpgw/bootpgw.c b/libexec/bootpd/bootpgw/bootpgw.c index 7271a7a..1789a1d 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 |