On Sun, Oct 29, 2000 at 11:00:43PM +0100, Martin Stenzel wrote:
> 
> Yes, I am working with an xterm, could not verify with e.g. rxvt since this 
> does not run.
> Isn't there a hurd package of rxvt? Could not find it on alpha.gnu.org or 
> debian mirrors.

It was rejected and I didn't reupload yet. It's easy to get it working:

diff -ru rxvt-2.6.3.o/src/command.c rxvt-2.6.3/src/command.c
--- rxvt-2.6.3.o/src/command.c  Sat Sep 23 22:56:22 2000
+++ rxvt-2.6.3/src/command.c    Sat Sep 23 23:12:25 2000
@@ -944,10 +944,11 @@
 /* get number of available file descriptors */
 #if defined(_POSIX_VERSION) || ! defined(__svr4__)
     num_fds = sysconf(_SC_OPEN_MAX);
+    if (num_fds > 2048)
+      num_fds = 2048;
 #else
     num_fds = getdtablesize();
 #endif
-    num_fds = 1024;

 #ifdef META8_OPTION
     meta_char = (Options & Opt_meta8 ? 0x80 : 033);

Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED]
Marcus Brinkmann              GNU    http://www.gnu.org    [EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.marcus-brinkmann.de


Reply via email to