rc

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

commit d9ced3e5c9db073d7eb2d4c1b70bc25c005a6b37
parent 94be82ae2c06b2e250584eb41a4ec4546e114a6f
Author: tjg <tjg>
Date:   Mon, 24 Jul 2000 08:29:38 +0000

trivial comment change

Diffstat:
Mproto.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/proto.h b/proto.h @@ -77,8 +77,9 @@ extern char *sys_errlist[]; #if SETPGRP_VOID /* Smells like POSIX: should all be ok. */ #else -/* BSD: fake it. */ +/* Old BSD: fake it. */ #define setpgid(pid, pgrp) setpgrp(pid, pgrp) +#include <sys/ioctl.h> #define tcgetpgrp(fd) ioctl((fd), TIOCGPGRP) #define tcsetpgrp(fd, pgrp) ioctl((fd), TIOCSPGRP, &(pgrp)) #endif