diff options
Diffstat (limited to 'sys/svr4/svr4_fcntl.c')
| -rw-r--r-- | sys/svr4/svr4_fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svr4/svr4_fcntl.c b/sys/svr4/svr4_fcntl.c index 60b975966a4b..a0b4e397682f 100644 --- a/sys/svr4/svr4_fcntl.c +++ b/sys/svr4/svr4_fcntl.c @@ -379,7 +379,7 @@ svr4_sys_open(p, uap) /* ignore any error, just give it a try */ if (fp->f_type == DTYPE_VNODE) - (fp->f_ops->fo_ioctl) (fp, TIOCSCTTY, (caddr_t) 0, p); + fo_ioctl(fp, TIOCSCTTY, (caddr_t) 0, p); #endif } return error; |
