diff options
Diffstat (limited to 'device/tty.h')
-rw-r--r-- | device/tty.h | 2 |
1 files changed, 1 insertions, 1 deletions
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( |