浏览代码

take out a line that i think is extraneous. come on, what could
go wrong?


svn:r16714

Roger Dingledine 17 年之前
父节点
当前提交
04eded4a5c
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/common/address.c

+ 0 - 5
src/common/address.c

@@ -11,11 +11,6 @@ const char address_c_id[] =
  * \brief Functions to use and manipulate the tor_addr_t structure.
  **/
 
-/* This is required on rh7 to make strptime not complain.
- * We also need it to make memmem get defined (where available)
- */
-#define _GNU_SOURCE
-
 #include "orconfig.h"
 #include "compat.h"
 #include "util.h"