[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16714: {tor} take out a line that i think is extraneous. come on, what co (tor/trunk/src/common)
Author: arma
Date: 2008-09-01 04:01:40 -0400 (Mon, 01 Sep 2008)
New Revision: 16714
Modified:
tor/trunk/src/common/address.c
Log:
take out a line that i think is extraneous. come on, what could
go wrong?
Modified: tor/trunk/src/common/address.c
===================================================================
--- tor/trunk/src/common/address.c 2008-09-01 08:01:22 UTC (rev 16713)
+++ tor/trunk/src/common/address.c 2008-09-01 08:01:40 UTC (rev 16714)
@@ -11,11 +11,6 @@
* \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"