projects
/
openembedded.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
busybox: enable mkfs.vfat
[openembedded.git]
/
recipes
/
cron
/
cron-3.0pl1
/
time.patch
1
2
#
3
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4
#
5
6
--- cron3.0pl1/compat.h~time
7
+++ cron3.0pl1/compat.h
8
@@ -114,7 +114,7 @@
9
# define USE_SIGCHLD
10
#endif
11
12
-#if !defined(AIX) && !defined(UNICOS)
13
+#if !defined(AIX) && !defined(UNICOS) && !defined(__linux)
14
# define SYS_TIME_H 1
15
#else
16
# define SYS_TIME_H 0