]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
take out a line that i think is extraneous. come on, what could
authorRoger Dingledine <arma@torproject.org>
Mon, 1 Sep 2008 08:01:40 +0000 (08:01 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 1 Sep 2008 08:01:40 +0000 (08:01 +0000)
go wrong?

svn:r16714

src/common/address.c

index 978d11e9143e2b8ec6c65dad9f905f0975080554..3c6eb6f5ace0580813c587d3131bc0474d5a4fff 100644 (file)
@@ -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"