[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gnupg under X



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 brinkmd@debian.org
Marcus Brinkmann              GNU    http://www.gnu.org    marcus@gnu.org
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de



Reply to: