summaryrefslogtreecommitdiff
path: root/x11-fm/ezfm/files/patch-action.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/ezfm/files/patch-action.c')
-rw-r--r--x11-fm/ezfm/files/patch-action.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-fm/ezfm/files/patch-action.c b/x11-fm/ezfm/files/patch-action.c
deleted file mode 100644
index 50fdb346aa45..000000000000
--- a/x11-fm/ezfm/files/patch-action.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- action.c.orig 2007-12-07 00:24:02.000000000 +0100
-+++ action.c 2007-12-07 00:24:09.000000000 +0100
-@@ -417,7 +417,7 @@
- execl("/bin/sh", "sh", "-c", cmdline, NULL);
- /* if we ever get to here, some thing went wrong */
- err= (errno >= 0 && errno <sys_nerr)?
-- sys_errlist[errno] : "Unknown error";
-+ (char *)sys_errlist[errno] : "Unknown error";
- write(STDERR_FILENO, err, strlen(err));
- _exit(127);
- }