diff options
Diffstat (limited to 'i386/i386at')
-rw-r--r-- | i386/i386at/com.c | 2 | ||||
-rw-r--r-- | i386/i386at/lpr.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386at/com.c b/i386/i386at/com.c index e0549ea..90e1d0b 100644 --- a/i386/i386at/com.c +++ b/i386/i386at/com.c @@ -548,7 +548,7 @@ int unit; static void comparam(unit) -register int unit; +int unit; { struct tty *tp = &com_tty[unit]; u_short addr = (int)tp->t_addr; diff --git a/i386/i386at/lpr.c b/i386/i386at/lpr.c index 0f06be0..557eb15 100644 --- a/i386/i386at/lpr.c +++ b/i386/i386at/lpr.c @@ -275,7 +275,7 @@ struct tty *tp; void lprstop(tp, flags) -register struct tty *tp; +struct tty *tp; int flags; { if ((tp->t_state & TS_BUSY) && (tp->t_state & TS_TTSTOP) == 0) |