diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/inet/resolv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index 9245840ca..38aa9b272 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -57,7 +57,7 @@ #define MAX_SERVERS 3 #define MAX_SEARCH 4 -#define DEBUG +#undef DEBUG #ifdef DEBUG static inline void DPRINTF(const char *format, ...) { |