mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
patch strptime warning -- reduce portability!
svn:r511
This commit is contained in:
parent
013c4e1467
commit
e7e858d0d1
@ -7,6 +7,11 @@
|
||||
#define OR_SIGNATURE_BEGIN_TAG "-----BEGIN SIGNATURE-----\n"
|
||||
#define OR_SIGNATURE_END_TAG "-----END SIGNATURE-----\n"
|
||||
|
||||
#define _GNU_SOURCE
|
||||
/* XXX this is required on rh7 to make strptime not complain. how bad
|
||||
* is this for portability?
|
||||
*/
|
||||
|
||||
#include "or.h"
|
||||
|
||||
/****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user