summaryrefslogtreecommitdiff
path: root/x11/apwal/files/patch-sysstuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/apwal/files/patch-sysstuff.c')
-rw-r--r--x11/apwal/files/patch-sysstuff.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/apwal/files/patch-sysstuff.c b/x11/apwal/files/patch-sysstuff.c
deleted file mode 100644
index a32889b579e0..000000000000
--- a/x11/apwal/files/patch-sysstuff.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sysstuff.c.orig Wed Dec 3 09:58:17 2003
-+++ sysstuff.c Wed Dec 3 09:58:45 2003
-@@ -370,7 +370,7 @@
- len = strlen(procfile);
- pid = getpid();
- sprintf(procfile + len, "%d", pid);
-- strcat(procfile, "/exe");
-+ strcat(procfile, "/file");
-
- // read procfile to get the binary file of apwal
- cc = readlink(procfile, execfile, FILENAME_MAX);