From d91b7c2d0fac80c74a2783b84fdba5ae0b941b1c Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 28 May 2002 18:31:41 +0000 Subject: Assume __STDC__, remove non-__STDC__ code. Reviewed by: md5 --- libexec/bootpd/report.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libexec/bootpd/report.h') diff --git a/libexec/bootpd/report.h b/libexec/bootpd/report.h index 2b6f622..dbb1a66 100644 --- a/libexec/bootpd/report.h +++ b/libexec/bootpd/report.h @@ -1,11 +1,7 @@ /* report.h */ /* $FreeBSD$ */ -#ifdef __STDC__ #define P(args) args -#else -#define P(args) () -#endif extern void report_init P((int nolog)); extern void report P((int, const char *, ...)) __printflike(2, 3); -- cgit v1.1