summaryrefslogtreecommitdiff
path: root/net/libfetch/files/http.c
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-06-11 13:12:12 +0000
committerjoerg <joerg@pkgsrc.org>2014-06-11 13:12:12 +0000
commit6fcee2090f5af5cebfa8f11e07b4ef01228cad8c (patch)
tree4e32aba7526ba354b9a3feaa4412c91cc698e4ce /net/libfetch/files/http.c
parent07e928a6e09e1e014ccb4429ea2947ff2e76bf56 (diff)
downloadpkgsrc-6fcee2090f5af5cebfa8f11e07b4ef01228cad8c.tar.gz
Revert bad _GNU_SOURCE change.
Diffstat (limited to 'net/libfetch/files/http.c')
-rw-r--r--net/libfetch/files/http.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/libfetch/files/http.c b/net/libfetch/files/http.c
index e92ef6c3fac..8bf6e2f66ab 100644
--- a/net/libfetch/files/http.c
+++ b/net/libfetch/files/http.c
@@ -1,4 +1,4 @@
-/* $NetBSD: http.c,v 1.36 2014/06/07 19:22:51 cheusov Exp $ */
+/* $NetBSD: http.c,v 1.37 2014/06/11 13:12:12 joerg Exp $ */
/*-
* Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav
* Copyright (c) 2003 Thomas Klausner <wiz@NetBSD.org>
@@ -69,10 +69,8 @@
__FreeBSD_kernel__ is defined for GNU/kFreeBSD.
See http://glibc-bsd.alioth.debian.org/porting/PORTING .
*/
-#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
-#endif
/* Needed for gmtime_r on Interix */
#define _REENTRANT