Added argument as required by new version of termios_open.

This commit is contained in:
Joel Sherrill
1997-11-18 22:32:25 +00:00
parent 53cea31742
commit 405829bdbf

View File

@@ -434,7 +434,8 @@ rtems_device_driver console_open(
NULL,
NULL,
NULL,
console_write_support);
console_write_support,
0);
console_termios_data[ minor ] = args->iop->data1;
#else
@@ -442,7 +443,8 @@ rtems_device_driver console_open(
NULL,
NULL,
console_inbyte_nonblocking,
console_write_support);
console_write_support,
0);
#endif
return RTEMS_SUCCESSFUL;