From 0e1ba88882c97c5ab78fb000af5d59f8b1842776 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 1 Oct 2003 12:36:39 +0000 Subject: * 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/fhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/fhandler.h') diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h index 26aedd28e..00ce3a34d 100644 --- a/winsup/cygwin/fhandler.h +++ b/winsup/cygwin/fhandler.h @@ -339,7 +339,7 @@ class fhandler_base virtual int ready_for_read (int fd, DWORD howlong); virtual const char *get_native_name () { - return dev ().fmt; + return dev ().native; } virtual bg_check_types bg_check (int) {return bg_ok;} void clear_readahead () -- cgit v1.2.3