From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/dcron/dcron-2.3.3/.mtn2git_empty | 0 packages/dcron/dcron-2.3.3/compile.patch | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 packages/dcron/dcron-2.3.3/.mtn2git_empty (limited to 'packages/dcron/dcron-2.3.3') 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 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 -- cgit v1.2.3