readline-2.0.patch

来自「这是 FTP协议的 0。17版本的源代码 在一定程度上是比较适用的」· PATCH 代码 · 共 20 行

PATCH
20
字号
This patch corrects a config mistake in GNU readline-2.0 that causesit 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>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?