Rename hinfo -> dtable. Name the former dtable array 'fdtab'.
This commit is contained in:
@@ -59,7 +59,7 @@ tty_init (void)
|
||||
void __stdcall
|
||||
create_tty_master (int ttynum)
|
||||
{
|
||||
tty_master = (fhandler_tty_master *) dtable.build_fhandler (-1, FH_TTYM,
|
||||
tty_master = (fhandler_tty_master *) fdtab.build_fhandler (-1, FH_TTYM,
|
||||
"/dev/ttym", ttynum);
|
||||
if (tty_master->init (ttynum))
|
||||
api_fatal ("Can't create master tty");
|
||||
|
Reference in New Issue
Block a user