From 3f78561d63290c53ca8bb3cd6314ca7357a617ee Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 28 May 2006 01:06:36 +0000 Subject: My first bout of untangling udhcp. Make lots of gratuitous #defines go away, substitutie BB_VER for an external VERSION, use busybox CONFIG symbols rather than checking for them then defining others, etc. Lots more cleanup to do... --- networking/udhcp/static_leases.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'networking/udhcp/static_leases.h') diff --git a/networking/udhcp/static_leases.h b/networking/udhcp/static_leases.h index d06520b23..81708ffea 100644 --- a/networking/udhcp/static_leases.h +++ b/networking/udhcp/static_leases.h @@ -14,10 +14,8 @@ uint32_t getIpByMac(struct static_lease *lease_struct, void *arg); /* Check to see if an ip is reserved as a static ip */ uint32_t reservedIp(struct static_lease *lease_struct, uint32_t ip); -#ifdef UDHCP_DEBUG -/* Print out static leases just to check what's going on */ +/* Print out static leases just to check what's going on (debug code) */ void printStaticLeases(struct static_lease **lease_struct); -#endif #endif -- cgit v1.2.3