]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
compat: more PPC fixes
authorJaroslav Kysela <perex@perex.cz>
Sun, 9 Apr 2017 19:34:46 +0000 (21:34 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 9 Apr 2017 19:34:46 +0000 (21:34 +0200)
src/compat.h
src/tvhtime.c

index 3b31ad520f462cc044bde23e78449f4a6700bfe1..beccc2cdec3fdb481d3b7c1721116dcfd5c932b2 100644 (file)
@@ -54,6 +54,8 @@ static inline long long int llabs(long long int a)
 }
 #endif
 
+#endif /* TVH_COMPAT_H */
+
 #ifdef COMPAT_IPTOS
 
 #ifndef IPTOS_DSCP_MASK
@@ -99,4 +101,3 @@ static inline long long int llabs(long long int a)
 
 #endif /* COMPAT_IPTOS */
 
-#endif /* TVH_COMPAT_H */
index 03e0ecbc94e49c20a5b2d1c70d61884fa1577af8..82c910da0dce0124b1c5eddab6ee2c7209b189df 100644 (file)
@@ -1,5 +1,3 @@
-#define _ISOC9X_SOURCE
-
 #include <time.h>
 #include <sys/ipc.h>
 #include <sys/time.h>