diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-29 10:37:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-29 10:37:03 +0000 |
commit | 7228f6915feb290a2f74274dfcfd901aec464d66 (patch) | |
tree | 2782003fb7214f0487fd777bf354036debfc7133 /x11/apwal/files/patch-sysstuff.c | |
parent | Add CONFLICTS (diff) |
- Update to 0.4.4.
- Use PLIST_FILES & USE_SIZE
PR: ports/62059
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=99382
Diffstat (limited to 'x11/apwal/files/patch-sysstuff.c')
-rw-r--r-- | x11/apwal/files/patch-sysstuff.c | 11 |
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); |