From a8d51bf0ce26fd26e00338540857f43b8a99e126 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 1 Jan 2022 13:53:31 +0100 Subject: Fix build warnings No actual behavior change. --- console/console.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'console/console.c') diff --git a/console/console.c b/console/console.c index 7306b6b8..ab684198 100644 --- a/console/console.c +++ b/console/console.c @@ -1853,29 +1853,29 @@ S_tioctl_tiocnxcl (struct protid *cred) } kern_return_t -S_tioctl_tiocgeta (struct protid *cred, tcflag_t *modes, cc_t *ccs, - speed_t *speeds) +S_tioctl_tiocgeta (struct protid *cred, modes_t modes, ccs_t ccs, + speeds_t speeds) { return EOPNOTSUPP; } kern_return_t -S_tioctl_tiocseta (struct protid *cred, tcflag_t *modes, cc_t *ccs, - speed_t *speeds) +S_tioctl_tiocseta (struct protid *cred, modes_t modes, ccs_t ccs, + speeds_t speeds) { return EOPNOTSUPP; } kern_return_t -S_tioctl_tiocsetaw (struct protid *cred, tcflag_t *modes, cc_t *ccs, - speed_t *speeds) +S_tioctl_tiocsetaw (struct protid *cred, modes_t modes, ccs_t ccs, + speeds_t speeds) { return EOPNOTSUPP; } kern_return_t -S_tioctl_tiocsetaf (struct protid *cred, tcflag_t *modes, cc_t *ccs, - speed_t *speeds) +S_tioctl_tiocsetaf (struct protid *cred, modes_t modes, ccs_t ccs, + speeds_t speeds) { return EOPNOTSUPP; } -- cgit v1.2.3