aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/gnome/files/libproxy-move-define-__USE_BSD.patch
blob: b65b3608d451e4b3afce0d0f8830e3fd06a479a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: libproxy-0.2.3/src/lib/dns.c
===================================================================
--- libproxy-0.2.3.orig/src/lib/dns.c	2009-08-14 14:13:21.123557812 -0700
+++ libproxy-0.2.3/src/lib/dns.c	2009-08-14 14:13:31.954575500 -0700
@@ -17,11 +17,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  ******************************************************************************/
 
+#define __USE_BSD
 #include <string.h>
 #include <errno.h>
 #include <stdio.h>
 #include <netdb.h>
-#define __USE_BSD
 #include <unistd.h>
 
 #include "misc.h"