From 5ed136e814a98e845927fffa6aa7c497dbd8fa5e Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Tue, 28 May 2002 18:31:41 +0000 Subject: Assume __STDC__, remove non-__STDC__ code. Reviewed by: md5 --- libexec/bootpd/bootpd.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libexec/bootpd/bootpd.c') diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index 03fce45cf5ff0..0cdb0341d7d08 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -105,11 +105,7 @@ SOFTWARE. * Externals, forward declarations, and global variables */ -#ifdef __STDC__ #define P(args) args -#else -#define P(args) () -#endif extern void dumptab P((char *)); -- cgit v1.3