mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
27 lines
571 B
Plaintext
27 lines
571 B
Plaintext
$NetBSD: patch-ak,v 1.1 1999/10/01 17:05:15 dmcmahill Exp $
|
|
|
|
diff -cr spice3f4/src/lib/fte/signal.c src/lib/fte/signal.c
|
|
*** spice3f4/src/lib/fte/signal.c Thu Jun 17 17:32:59 1993
|
|
--- src/lib/fte/signal.c Tue Nov 4 22:19:01 1997
|
|
***************
|
|
*** 32,37 ****
|
|
--- 32,39 ----
|
|
* is true.
|
|
*/
|
|
|
|
+ /* not using SIGINT with GNU Readline - AV */
|
|
+ #ifndef HAS_GNUREADLINE
|
|
SIGNAL_TYPE
|
|
ft_sigintr()
|
|
{
|
|
***************
|
|
*** 58,63 ****
|
|
--- 60,66 ----
|
|
cp_resetcontrol();
|
|
longjmp(jbuf, 1);
|
|
}
|
|
+ #endif /* !HAS_GNUREADLINE */
|
|
|
|
/* ARGSUSED */
|
|
SIGNAL_TYPE
|