diff options
author | sketch <sketch@pkgsrc.org> | 2006-12-08 11:56:56 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2006-12-08 11:56:56 +0000 |
commit | bfa5ec14250d71015f99395211a6a78c52d05d74 (patch) | |
tree | 69d54517e28beeeada53b903a9d2ce6fadaad9f3 /x11/eterm | |
parent | 93c71efd254e04c9140753d4f788498219af320b (diff) | |
download | pkgsrc-bfa5ec14250d71015f99395211a6a78c52d05d74.tar.gz |
Forgot to remove this file during previous update; thanks joerg.
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/patches/patch-ac | 16 |
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"); |