From 5510149e78cb9123c602fc7a1a0b4fde689ff464 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Mon, 6 Sep 2010 07:22:26 +0000 Subject: package/busybox: update to busybox-1.7.2, include upstream patches, refresh patches SVN-Revision: 22953 --- package/busybox/patches/000-upstream-mktemp.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/busybox/patches/000-upstream-mktemp.patch (limited to 'package/busybox/patches/000-upstream-mktemp.patch') diff --git a/package/busybox/patches/000-upstream-mktemp.patch b/package/busybox/patches/000-upstream-mktemp.patch deleted file mode 100644 index a7727ca81f..0000000000 --- a/package/busybox/patches/000-upstream-mktemp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/debianutils/mktemp.c -+++ b/debianutils/mktemp.c -@@ -50,7 +50,7 @@ int mktemp_main(int argc UNUSED_PARAM, c - opts = getopt32(argv, "dqtp:", &path); - - chp = argv[optind] ? argv[optind] : xstrdup("tmp.XXXXXX"); -- if (chp[0] != '/' || (opts & 8)) -+ if (!strchr(chp, '/') || (opts & 8)) - chp = concat_path_file(path, chp); - - if (opts & 1) { /* -d */ -- cgit v1.2.3