diff options
Diffstat (limited to 'x11/rxvt-unicode/files/patch-ab')
-rw-r--r-- | x11/rxvt-unicode/files/patch-ab | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/rxvt-unicode/files/patch-ab b/x11/rxvt-unicode/files/patch-ab deleted file mode 100644 index fb2c7d1e507f..000000000000 --- a/x11/rxvt-unicode/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ -*** command.c.old Mon Dec 5 01:07:33 1994 ---- command.c Mon Dec 5 01:07:49 1994 -*************** -*** 373,381 **** - { - int pgrp = getpid(); - ioctl(0, TIOCSPGRP, (char *)&pgrp); -! setpgrp(); - close(open(ttynam, O_WRONLY, 0)); -! setpgrp (); - } - - /* init of termios structure */ ---- 373,381 ---- - { - int pgrp = getpid(); - ioctl(0, TIOCSPGRP, (char *)&pgrp); -! setpgrp(0,pgrp); - close(open(ttynam, O_WRONLY, 0)); -! setpgrp (0,pgrp); - } - - /* init of termios structure */ |