patches/liferea-03-no-unix03.diff
author rtarnell
Mon, 23 Jun 2008 02:50:46 +0000
changeset 1224 7612ab467731
child 2694 7b679d5f5341
permissions -rw-r--r--
2008-06-23 River Tarnell <[email protected]> * SFEliferea.spec: 1.4.16b

--- src/common.c.orig	Mon Jun 23 03:30:12 2008
+++ src/common.c	Mon Jun 23 03:30:24 2008
@@ -37,8 +37,6 @@
 #  include <config.h>
 #endif
 
-#define _XOPEN_SOURCE	600 /* glibc2 needs this (man strptime) */
-
 #include <libxml/uri.h>
 
 #include <glib.h>
--- src/parsers/ns_dc.c.old	Mon Jun 23 03:32:24 2008
+++ src/parsers/ns_dc.c	Mon Jun 23 03:32:29 2008
@@ -23,8 +23,6 @@
 #  include <config.h>
 #endif
 
-#define _XOPEN_SOURCE	600 	/* glibc2 needs this (man strptime) */
-
 #include "ns_dc.h"
 #include "conf.h"
 #include "common.h"