diff options
Diffstat (limited to 'device')
-rw-r--r-- | device/chario.c | 2 | ||||
-rw-r--r-- | device/tty.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/device/chario.c b/device/chario.c index 9793d34..9e2dbad 100644 --- a/device/chario.c +++ b/device/chario.c @@ -1007,7 +1007,7 @@ void ttyinput( */ void ttyinput_many( struct tty *tp, - unsigned char *chars, + char *chars, int count) { /* diff --git a/device/tty.h b/device/tty.h index 10ef304..865b13e 100644 --- a/device/tty.h +++ b/device/tty.h @@ -106,7 +106,7 @@ extern void ttyinput( extern void ttyinput_many( struct tty * tp, - unsigned char * chars, + char * chars, int count); extern boolean_t ttymodem( |