diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-04 08:41:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-04 08:41:37 +0000 |
commit | a763be2ac6ea764afdb8b461d291ac8e5ec9db82 (patch) | |
tree | 9f212db1c7bc6e873c0e5440423591dbc0365d5e /package/busybox/patches | |
parent | c7d1c75fad66536da3c8f09b4a7caff5d598289b (diff) | |
download | upstream-a763be2ac6ea764afdb8b461d291ac8e5ec9db82.tar.gz upstream-a763be2ac6ea764afdb8b461d291ac8e5ec9db82.tar.bz2 upstream-a763be2ac6ea764afdb8b461d291ac8e5ec9db82.zip |
upgrade to busybox 1.4.1
SVN-Revision: 6261
Diffstat (limited to 'package/busybox/patches')
-rw-r--r-- | package/busybox/patches/100-syslogd_segfault_fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/patches/100-syslogd_segfault_fix.patch b/package/busybox/patches/100-syslogd_segfault_fix.patch deleted file mode 100644 index 80425e32de..0000000000 --- a/package/busybox/patches/100-syslogd_segfault_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- busybox-1.4.0/libbb/xreadlink.c Fri Jan 19 22:23:06 2007 -+++ busybox-1.4.0-syslogd-n/libbb/xreadlink.c Tue Jan 23 22:35:45 2007 -@@ -36,7 +36,7 @@ - - char *xmalloc_realpath(const char *path) - { --#ifdef __GLIBC__ -+#if defined(__GLIBC__) && !defined(__UCLIBC__) - /* glibc provides a non-standard extension */ - return realpath(path, NULL); - #else |