浏览代码

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