diff options
Diffstat (limited to 'boot/boot.c')
-rw-r--r-- | boot/boot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boot/boot.c b/boot/boot.c index 7ff080b0..a6b67aeb 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -584,9 +584,9 @@ init_termstate () kern_return_t S_tioctl_tiocgeta (mach_port_t port, - int modes[], - char ccs[], - int speeds[]) + int modes[], + char ccs[], + int speeds[]) { /* Emacs reads the terminal state in one of two cases: 1) Checking whether or not a preceding tiocseta succeeded; |