aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cron/cron-3.0pl1/time.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cron/cron-3.0pl1/time.patch')
-rw-r--r--recipes/cron/cron-3.0pl1/time.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/cron/cron-3.0pl1/time.patch b/recipes/cron/cron-3.0pl1/time.patch
new file mode 100644
index 0000000000..c172984a85
--- /dev/null
+++ b/recipes/cron/cron-3.0pl1/time.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- cron3.0pl1/compat.h~time
++++ cron3.0pl1/compat.h
+@@ -114,7 +114,7 @@
+ # define USE_SIGCHLD
+ #endif
+
+-#if !defined(AIX) && !defined(UNICOS)
++#if !defined(AIX) && !defined(UNICOS) && !defined(__linux)
+ # define SYS_TIME_H 1
+ #else
+ # define SYS_TIME_H 0