aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cron/cron-3.0pl1/time.patch
blob: c172984a85e7a199343dc19fa5f721dc3e782eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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