diff options
author | Roland McGrath <roland@gnu.org> | 1994-06-07 08:07:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-06-07 08:07:32 +0000 |
commit | b60a3cba61b3dcc39694d8463c9da7aee105a3af (patch) | |
tree | d0cc33371083c894286d0ce73efde4cc5322730f /boot/boot.c | |
parent | ebf7f790a3631331b3b6879cdfc9746a401afb22 (diff) |
Formerly boot.c.~25~
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; |