Browse Source

Sigh. Turn debugging back off.

Eric Andersen 24 năm trước cách đây
mục cha
commit
2e8171b84b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libc/inet/resolv.c

+ 1 - 1
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, ...)
 {