rc

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

commit ed765fba692da152247018becb1f407a4ee64452
parent 6d1206af1b0342a8ce28f585b3fdafad1a0ea0a1
Author: tgoodwin <tgoodwin>
Date:   Mon, 23 Feb 1998 11:06:06 +0000

#include <sys/wait.h>

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

diff --git a/system-bsd.c b/system-bsd.c @@ -2,6 +2,7 @@ allows partial writes */ #include <errno.h> +#include <sys/wait.h> #include "rc.h" #include "jbwrap.h"