aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-05-28 18:37:43 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-05-28 18:37:43 +0000
commit91180daf65df4fdd1bb8b9f3b27f22937f1622a5 (patch)
tree75963b3b246759cd3452155078bbf6d7a128e92d /libexec/bootpd
parentf19d047aec2b1d05cfb00498caff5141094d1124 (diff)
downloadsrc-91180daf65df4fdd1bb8b9f3b27f22937f1622a5.tar.gz
src-91180daf65df4fdd1bb8b9f3b27f22937f1622a5.zip
Assume __STDC__, remove non-__STDC__ code.
Remove private __P.
Notes
Notes: svn path=/head/; revision=97418
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 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