rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit c3c536b9d48b214efa358ea04bfd1332cf24ff52
parent 096de180211a0573a80d9380aae99b940ce46a42
Author: tgoodwin <tgoodwin>
Date:   Mon, 20 Jul 1998 12:20:16 +0000

remove unused interrupt_happened

Diffstat:
Msystem-bsd.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system-bsd.c b/system-bsd.c @@ -8,7 +8,7 @@ allows partial writes */ #include "jbwrap.h" Jbwrap slowbuf; -volatile sig_atomic_t slow, interrupt_happened; +volatile sig_atomic_t slow; static char *safe_buf; static size_t safe_remain;