diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/dcron/dcron-2.3.3 | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/dcron/dcron-2.3.3')
-rw-r--r-- | packages/dcron/dcron-2.3.3/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/dcron/dcron-2.3.3/compile.patch | 29 |
2 files changed, 29 insertions, 0 deletions
diff --git a/packages/dcron/dcron-2.3.3/.mtn2git_empty b/packages/dcron/dcron-2.3.3/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/dcron/dcron-2.3.3/.mtn2git_empty diff --git a/packages/dcron/dcron-2.3.3/compile.patch b/packages/dcron/dcron-2.3.3/compile.patch index e69de29bb2..2787facb22 100644 --- a/packages/dcron/dcron-2.3.3/compile.patch +++ b/packages/dcron/dcron-2.3.3/compile.patch @@ -0,0 +1,29 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- dcron-2.3.3/subs.c~compile ++++ dcron-2.3.3/subs.c +@@ -15,7 +15,6 @@ + Prototype int ChangeUser(const char *user, short dochdir); + Prototype void vlog(int level, int fd, const char *ctl, va_list va); + Prototype int slog(char *buf, size_t sz, const char *ctl, va_list va, short useDate); +-Prototype char *strdup(const char *); + + void + log9(const char *ctl, ...) +@@ -131,6 +130,7 @@ + return(pas->pw_uid); + } + ++#if 0 + char * + strdup(const char *str) + { +@@ -140,4 +140,4 @@ + strcpy(ptr, str); + return(ptr); + } +- ++#endif |