From 13ee2d8b7815feb91d104cd913805c09ba83951a Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Sun, 15 Aug 2010 10:06:58 +0000 Subject: package/busybox: fix missing bit, refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22660 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/patches/920-mktemp.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/busybox/patches/920-mktemp.patch') diff --git a/package/busybox/patches/920-mktemp.patch b/package/busybox/patches/920-mktemp.patch index 7116b1ee6a..a7727ca81f 100644 --- a/package/busybox/patches/920-mktemp.patch +++ b/package/busybox/patches/920-mktemp.patch @@ -1,4 +1,4 @@ ---- a/debianutils/mktemp.ci +--- 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); -- cgit v1.2.3