aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/tty_compat.c')
-rw-r--r--sys/kern/tty_compat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c
index 59a3c4f949d3..fa2ae5c002ff 100644
--- a/sys/kern/tty_compat.c
+++ b/sys/kern/tty_compat.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tty_compat.c 8.1 (Berkeley) 6/10/93
- * $Id: tty_compat.c,v 1.26 1998/01/25 17:25:34 steve Exp $
+ * $Id: tty_compat.c,v 1.27 1998/02/25 06:16:37 bde Exp $
*/
#include "opt_compat.h"
@@ -99,7 +99,7 @@ ttcompatspeedtab(speed, table)
int
ttsetcompat(tp, com, data, term)
register struct tty *tp;
- int *com;
+ u_long *com;
caddr_t data;
struct termios *term;
{
@@ -182,7 +182,7 @@ ttsetcompat(tp, com, data, term)
int
ttcompat(tp, com, data, flag)
register struct tty *tp;
- int com;
+ u_long com;
caddr_t data;
int flag;
{