OSDN Git Service

* Makefile.in: Add YA method for generating devices.cc.
authorcgf <cgf>
Wed, 1 Oct 2003 12:36:38 +0000 (12:36 +0000)
committercgf <cgf>
Wed, 1 Oct 2003 12:36:38 +0000 (12:36 +0000)
commit601e473a61a0b2217cf750360b4c413f77b86f6d
tree4f53615f50e76149a7b70359681e6d518a4a3163
parent4c19646650df51d113d666e97a46326c43f44dc9
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/child_info.h
winsup/cygwin/devices.cc
winsup/cygwin/devices.h
winsup/cygwin/devices.in [new file with mode: 0644]
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/gendevices [new file with mode: 0755]
winsup/cygwin/path.cc