summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-05-28 18:37:43 +0000
committeralfred <alfred@FreeBSD.org>2002-05-28 18:37:43 +0000
commit4b9492924e082d3e82e830cc37468fc3f55679eb (patch)
tree75963b3b246759cd3452155078bbf6d7a128e92d /libexec/bootpd
parentd1950fa2570d75cdfe788d1c37b8bbeac9f1bd2f (diff)
downloadFreeBSD-src-4b9492924e082d3e82e830cc37468fc3f55679eb.zip
FreeBSD-src-4b9492924e082d3e82e830cc37468fc3f55679eb.tar.gz
Assume __STDC__, remove non-__STDC__ code.
Remove private __P.
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/bootpgw/bootpgw.c14
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
OpenPOWER on IntegriCloud