rc

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

commit 6d1206af1b0342a8ce28f585b3fdafad1a0ea0a1
parent b389a2876331f8691680fcd0a720250e815d6e80
Author: tgoodwin <tgoodwin>
Date:   Thu, 19 Feb 1998 14:27:32 +0000

implicit int

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

diff --git a/system-bsd.c b/system-bsd.c @@ -50,7 +50,7 @@ extern int rc_read(int fd, char *buf, size_t n) { return r; } -static r = -1; +static int r = -1; extern pid_t rc_wait(int *stat) { interrupt_happened = FALSE; if (!sigsetjmp(slowbuf.j, 1)) {