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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1224
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
     1
--- src/common.c.orig	Mon Jun 23 03:30:12 2008
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
     2
+++ src/common.c	Mon Jun 23 03:30:24 2008
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
     3
@@ -37,8 +37,6 @@
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
     4
 #  include <config.h>
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
     5
 #endif
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
     6
 
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
     7
-#define _XOPEN_SOURCE	600 /* glibc2 needs this (man strptime) */
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
     8
-
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
     9
 #include <libxml/uri.h>
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    10
 
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    11
 #include <glib.h>
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    12
--- src/parsers/ns_dc.c.old	Mon Jun 23 03:32:24 2008
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    13
+++ src/parsers/ns_dc.c	Mon Jun 23 03:32:29 2008
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    14
@@ -23,8 +23,6 @@
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    15
 #  include <config.h>
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    16
 #endif
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    17
 
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    18
-#define _XOPEN_SOURCE	600 	/* glibc2 needs this (man strptime) */
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    19
-
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    20
 #include "ns_dc.h"
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    21
 #include "conf.h"
7612ab467731 2008-06-23 River Tarnell <[email protected]>
rtarnell
parents:
diff changeset
    22
 #include "common.h"