From d1950fa2570d75cdfe788d1c37b8bbeac9f1bd2f Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 28 May 2002 18:36:43 +0000 Subject: This code defined a private __P, nuke it. --- libexec/bootpd/dumptab.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'libexec/bootpd/dumptab.c') diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index c88ee19..43e94ec 100644 --- a/libexec/bootpd/dumptab.c +++ b/libexec/bootpd/dumptab.c @@ -28,16 +28,12 @@ #include "patchlevel.h" #include "bootpd.h" -#define P(args) args - #ifdef DEBUG -static void dump_generic P((FILE *, struct shared_bindata *)); -static void dump_host P((FILE *, struct host *)); -static void list_ipaddresses P((FILE *, struct in_addr_list *)); +static void dump_generic(FILE *, struct shared_bindata *); +static void dump_host(FILE *, struct host *); +static void list_ipaddresses(FILE *, struct in_addr_list *); #endif -#undef P - #ifndef DEBUG void dumptab(filename) -- cgit v1.1