aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/525-clean_temp.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-02 11:28:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-02 11:28:38 +0000
commit55cb889f6d3b137c3dcf12fd031dcb6dd55bc657 (patch)
treed966737b8161da369944e5afeb98a97306ce6684 /package/busybox/patches/525-clean_temp.patch
parentde0c71f32b383d5146c9eeaccfa5262643dfebce (diff)
downloadupstream-55cb889f6d3b137c3dcf12fd031dcb6dd55bc657.tar.gz
upstream-55cb889f6d3b137c3dcf12fd031dcb6dd55bc657.tar.bz2
upstream-55cb889f6d3b137c3dcf12fd031dcb6dd55bc657.zip
remove ipkg from busybox
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12498 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/525-clean_temp.patch')
-rw-r--r--package/busybox/patches/525-clean_temp.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/package/busybox/patches/525-clean_temp.patch b/package/busybox/patches/525-clean_temp.patch
deleted file mode 100644
index d9318a9e9a..0000000000
--- a/package/busybox/patches/525-clean_temp.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- a/archival/libipkg/pkg_extract.c
-+++ b/archival/libipkg/pkg_extract.c
-@@ -85,6 +85,7 @@
- free(archive->buffer);
- free(archive->accept);
- free(archive);
-+ unlink(name);
- free(name);
-
- return 0;
-@@ -114,6 +115,7 @@
- close(archive->src_fd);
- free(archive);
- free(path);
-+ unlink(name);
- free(name);
-
- return 0;
-@@ -138,6 +140,7 @@
- close(archive->src_fd);
- free(archive);
- free(path);
-+ unlink(name);
- free(name);
-
- return 0;
-@@ -218,6 +221,7 @@
- fputs(archive->buffer, file);
- free(archive->buffer);
- free(archive);
-+ unlink(name);
- free(name);
-
- return 0;