소스 검색

Sigh. Turn debugging back off.

Eric Andersen 24 년 전
부모
커밋
2e8171b84b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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, ...)
 {