diff options
Diffstat (limited to 'console/console.c')
-rw-r--r-- | console/console.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/console/console.c b/console/console.c index ab684198..ad31fba2 100644 --- a/console/console.c +++ b/console/console.c @@ -1860,22 +1860,22 @@ S_tioctl_tiocgeta (struct protid *cred, modes_t modes, ccs_t ccs, } kern_return_t -S_tioctl_tiocseta (struct protid *cred, modes_t modes, ccs_t ccs, - speeds_t speeds) +S_tioctl_tiocseta (struct protid *cred, const modes_t modes, const ccs_t ccs, + const speeds_t speeds) { return EOPNOTSUPP; } kern_return_t -S_tioctl_tiocsetaw (struct protid *cred, modes_t modes, ccs_t ccs, - speeds_t speeds) +S_tioctl_tiocsetaw (struct protid *cred, const modes_t modes, const ccs_t ccs, + const speeds_t speeds) { return EOPNOTSUPP; } kern_return_t -S_tioctl_tiocsetaf (struct protid *cred, modes_t modes, ccs_t ccs, - speeds_t speeds) +S_tioctl_tiocsetaf (struct protid *cred, const modes_t modes, const ccs_t ccs, + const speeds_t speeds) { return EOPNOTSUPP; } |