rc

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

commit 8844d14005fe48ae8b2ae8fb9c45f012cc605877
parent f4f97b1bd0ba9d780e6565b05675a4a8debe2515
Author: tgoodwin <tgoodwin>
Date:   Tue, 14 Jul 1998 10:47:55 +0000

define slowbuf and friends here

Diffstat:
Msystem-bsd.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

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