* Makefile.in: Add YA method for generating devices.cc.
* child_info.h: YA update of another magic number. * gendevices: New file. * devices.in: New file. * devices.cc: Regenerate. * devices.shilka: Remove. * devices.h: Correctly define device pointers. (device): Remove now obsolete fields. (device::native): Renamed from device::fmt. * dtable.cc (build_fh_dev): Simplify in light of new unit parsing scheme. (build_fh_pc): Ditto. * path.cc (win32_device_name): Ditto. * fhandler.h (fhandler_base::get_native_name): Reflect renaming of fmt to native. * fhandler_tty.cc (fhandler_tty_mster::init): Initialize slave device prior to reporting unit.
This commit is contained in:
@@ -60,9 +60,8 @@ fhandler_tty_master::set_winsize (bool sendSIGWINCH)
|
||||
int
|
||||
fhandler_tty_master::init ()
|
||||
{
|
||||
termios_printf ("Creating master for tty%d", get_unit ());
|
||||
|
||||
slave = dev ();
|
||||
termios_printf ("Creating master for tty%d", get_unit ());
|
||||
|
||||
if (init_console ())
|
||||
{
|
||||
|
Reference in New Issue
Block a user