summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorsketch <sketch>2006-12-08 11:56:56 +0000
committersketch <sketch>2006-12-08 11:56:56 +0000
commit235f9209a3978bbe6b88cdc21b39df5dfa61b6a5 (patch)
tree69d54517e28beeeada53b903a9d2ce6fadaad9f3 /x11
parent09ba07849b02c716497227c22b020bf30f1c3b9e (diff)
downloadpkgsrc-235f9209a3978bbe6b88cdc21b39df5dfa61b6a5.tar.gz
Forgot to remove this file during previous update; thanks joerg.
Diffstat (limited to 'x11')
-rw-r--r--x11/eterm/patches/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/eterm/patches/patch-ac b/x11/eterm/patches/patch-ac
deleted file mode 100644
index e66af352572..00000000000
--- a/x11/eterm/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2006/08/08 10:49:01 wiz Exp $
-
---- src/command.c.orig 2004-06-25 21:10:33.000000000 +0000
-+++ src/command.c
-@@ -3002,9 +3002,9 @@ init_command(char **argv)
- Xfd = XConnectionNumber(Xdisplay);
- D_CMD(("Xfd = %d\n", Xfd));
- cmdbuf_ptr = cmdbuf_endp = cmdbuf_base;
-- AT_LEAST((int) num_fds, Xfd + 1);
-+ AT_LEAST(num_fds, Xfd + 1);
- if (pipe_fd >= 0) {
-- AT_LEAST((int) num_fds, pipe_fd + 1);
-+ AT_LEAST(num_fds, pipe_fd + 1);
- }
- if ((cmd_fd = command_func(argv)) < 0) {
- print_error("Unable to run sub-command.\n");