From cb94aaa4bf46d47ae181ac87e2ed630a56d776b5 Mon Sep 17 00:00:00 2001 From: mellon Date: Sat, 24 Jun 2000 19:05:50 +0000 Subject: [PATCH] Delete some debugging statements that got included accidentally. --- usr.sbin/dhcp/omapip/dispatch.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usr.sbin/dhcp/omapip/dispatch.c b/usr.sbin/dhcp/omapip/dispatch.c index 83834e8b6724..c09beb12851b 100644 --- a/usr.sbin/dhcp/omapip/dispatch.c +++ b/usr.sbin/dhcp/omapip/dispatch.c @@ -282,10 +282,6 @@ isc_result_t omapi_one_dispatch (omapi_object_t *wo, } /* Wait for a packet or a timeout... XXX */ -#if defined (__linux__) -#define fds_bits __fds_bits -#endif - log_error ("dispatch: %d %x %x", max, r.fds_bits [0], w.fds_bits [0]); count = select (max + 1, &r, &w, &x, t ? &to : (struct timeval *)0); /* Get the current time... */