summaryrefslogtreecommitdiff
path: root/x11/apwal/files/patch-sysstuff.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-06 13:07:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-06 13:07:52 +0000
commit8661561f12bea6a9b46f87d7563bc4c24b684380 (patch)
tree0dbb92f7afa5a1af4a36c4703a31ba12f4a3d983 /x11/apwal/files/patch-sysstuff.c
parentAdd py-bulksms, python client for BulkSMS.co.uk's HTTP API for sending (diff)
Add apwal, a simple and powerful application launcher.
It is composed in 2 parts: the application launcher itself and a good looking easy to use editor. PR: ports/59940 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Diffstat (limited to 'x11/apwal/files/patch-sysstuff.c')
-rw-r--r--x11/apwal/files/patch-sysstuff.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/apwal/files/patch-sysstuff.c b/x11/apwal/files/patch-sysstuff.c
new file mode 100644
index 000000000000..a32889b579e0
--- /dev/null
+++ b/x11/apwal/files/patch-sysstuff.c
@@ -0,0 +1,11 @@
+--- 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);