diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 18:36:43 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 18:36:43 +0000 |
| commit | f19d047aec2b1d05cfb00498caff5141094d1124 (patch) | |
| tree | ce9f350c8701d94e008a4a7dde04373b9afe18d7 /libexec/bootpd/dumptab.c | |
| parent | 5ed136e814a98e845927fffa6aa7c497dbd8fa5e (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/dumptab.c')
| -rw-r--r-- | libexec/bootpd/dumptab.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index c88ee191d849..43e94ec4cef2 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) |
