summaryrefslogtreecommitdiffstats
path: root/patches/busybox-1.9.0/generic/busybox-1.9.0-fsck.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/busybox-1.9.0/generic/busybox-1.9.0-fsck.patch')
-rw-r--r--patches/busybox-1.9.0/generic/busybox-1.9.0-fsck.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/patches/busybox-1.9.0/generic/busybox-1.9.0-fsck.patch b/patches/busybox-1.9.0/generic/busybox-1.9.0-fsck.patch
deleted file mode 100644
index c76295ba0..000000000
--- a/patches/busybox-1.9.0/generic/busybox-1.9.0-fsck.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Subject: busybox 1.9.0 fixes
-From: http://busybox.net/downloads/fixes-1.9.0
-
----
- e2fsprogs/fsck.c | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-Index: busybox-1.9.0/e2fsprogs/fsck.c
-===================================================================
---- busybox-1.9.0.orig/e2fsprogs/fsck.c
-+++ busybox-1.9.0/e2fsprogs/fsck.c
-@@ -665,6 +665,12 @@ static void execute(const char *type, co
- for (i = num_args+1; i < argc; i++)
- free(argv[i]);
-
-+ /* No pid, so don't record an instance */
-+ if (pid < 0) {
-+ free(inst);
-+ return;
-+ }
-+
- inst->pid = pid;
- inst->prog = argv[0];
- inst->type = xstrdup(type);