03-16-2012 05:00 PM
Is there a reason that I get EACCES when I try to call grantpt().
int fd = posix_openpt(O_RDWR); // succeeds
int retval = grantpt(fd); // fails EACCES
...
unlockpt(fd)
etc,,,
Thanks,
Norm