pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/eterm/patches Forgot to remove this file during pr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b143f256a263
branches: trunk
changeset: 522377:b143f256a263
user: sketch <sketch%pkgsrc.org@localhost>
date: Fri Dec 08 11:56:56 2006 +0000
description:
Forgot to remove this file during previous update; thanks joerg.
diffstat:
x11/eterm/patches/patch-ac | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
diffs (20 lines):
diff -r 4f900080c472 -r b143f256a263 x11/eterm/patches/patch-ac
--- a/x11/eterm/patches/patch-ac Fri Dec 08 11:02:44 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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");
Home |
Main Index |
Thread Index |
Old Index