diff options
Diffstat (limited to 'cron/cron-3.0pl1/time.patch')
-rw-r--r-- | cron/cron-3.0pl1/time.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cron/cron-3.0pl1/time.patch b/cron/cron-3.0pl1/time.patch deleted file mode 100644 index c172984a85..0000000000 --- a/cron/cron-3.0pl1/time.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# 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 |