diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 18:37:43 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 18:37:43 +0000 |
| commit | 91180daf65df4fdd1bb8b9f3b27f22937f1622a5 (patch) | |
| tree | 75963b3b246759cd3452155078bbf6d7a128e92d | |
| parent | f19d047aec2b1d05cfb00498caff5141094d1124 (diff) | |
Notes
| -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 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 |
