summaryrefslogtreecommitdiff
path: root/sys/kern/tty_compat.c
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1998-06-07 17:13:14 +0000
committerDoug Rabson <dfr@FreeBSD.org>1998-06-07 17:13:14 +0000
commitecbb00a2629050fd720dc376a33c45f4ad767cea (patch)
tree1113fd99d363889650b503b7f993603f9423465a /sys/kern/tty_compat.c
parent37a8b7dcb8bdd78373c1d4afa4c423c119314e86 (diff)
Notes
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;
{