File: readline-2.0.patch

package info (click to toggle)
netstd 3.07-7slink.3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 6,312 kB
  • ctags: 9,027
  • sloc: ansic: 72,107; cpp: 6,144; makefile: 1,650; yacc: 1,614; sh: 1,164; perl: 308; awk: 46
file content (19 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This patch corrects a config mistake in GNU readline-2.0 that causes
it to mishandle signals, resulting in problems with ftp's ^C handling.


*** signals.c.dist	Wed Aug  3 11:25:57 1994
--- signals.c	Wed Aug 14 13:23:30 1996
***************
*** 21,26 ****
--- 21,30 ----
     675 Mass Ave, Cambridge, MA 02139, USA. */
  #define READLINE_LIBRARY
  
+ #if defined (HAVE_CONFIG_H)
+ #  include "config.h"
+ #endif
+ 
  #include <stdio.h>
  #include <sys/types.h>
  #include <fcntl.h>