rc

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

commit 94be82ae2c06b2e250584eb41a4ec4546e114a6f
parent ba2b5321c58c1a7420c7d9d31c1226584537bcaa
Author: tjg <tjg>
Date:   Thu, 25 May 2000 14:52:47 +0000

fix buglet

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

diff --git a/proto.h b/proto.h @@ -79,7 +79,7 @@ extern char *sys_errlist[]; #else /* BSD: fake it. */ #define setpgid(pid, pgrp) setpgrp(pid, pgrp) -#define tcgetpgrp(fd, pgrp) ioctl((fd), TIOCGPGRP) +#define tcgetpgrp(fd) ioctl((fd), TIOCGPGRP) #define tcsetpgrp(fd, pgrp) ioctl((fd), TIOCSPGRP, &(pgrp)) #endif