diff options
author | Roger Dingledine <arma@torproject.org> | 2008-09-01 08:01:40 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-09-01 08:01:40 +0000 |
commit | 04eded4a5cc909425c0c275daf8b4e7dc03fbb21 (patch) | |
tree | db9114c3da499bde30badb8135efaf9b71b7eb53 /src | |
parent | 6942bd66eaf7a7a2bcd4a7dd4e91afc4d4e561f0 (diff) | |
download | tor-04eded4a5cc909425c0c275daf8b4e7dc03fbb21.tar.gz tor-04eded4a5cc909425c0c275daf8b4e7dc03fbb21.zip |
take out a line that i think is extraneous. come on, what could
go wrong?
svn:r16714
Diffstat (limited to 'src')
-rw-r--r-- | src/common/address.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/address.c b/src/common/address.c index 978d11e914..3c6eb6f5ac 100644 --- a/src/common/address.c +++ b/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" |