From 04eded4a5cc909425c0c275daf8b4e7dc03fbb21 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 1 Sep 2008 08:01:40 +0000 Subject: take out a line that i think is extraneous. come on, what could go wrong? svn:r16714 --- src/common/address.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') 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" -- cgit v1.2.3-54-g00ecf