File: run-shell-correctly.patch

package info (click to toggle)
eterm 0.9.6-7.3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 4,780 kB
  • sloc: ansic: 28,138; sh: 8,849; asm: 365; makefile: 144; perl: 74
file content (16 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Workaround for making Eterm run shell.
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/770369
Author: Arnaud Ceyrolle <aceyrolle@googlemail.com>

--- a/src/command.c
+++ b/src/command.c
@@ -1561,7 +1561,7 @@
      * child processes remain alive upon deletion of the window.
      */
     {
-        unsigned short i;
+        unsigned long i;
         unsigned long max_fds;
 
         /* get number of available file descriptors */