OSDN Git Service

* devices.in (dev_storage): Use native NT device name for kmsg mailslot.
authorcorinna <corinna>
Mon, 13 Aug 2007 15:08:25 +0000 (15:08 +0000)
committercorinna <corinna>
Mon, 13 Aug 2007 15:08:25 +0000 (15:08 +0000)
commit32a416710e1f65f8457e2273c604c129cf44010d
treec3d3d8ead206cc9b21504957b99ecc196dd3bed3
parentbab041a1349f2d447680e9ea855261835e5ffef3
* devices.in (dev_storage): Use native NT device name for kmsg mailslot.
* devices.cc: Regenerate.
* fhandler.cc (fhandler_base::operator =): Use path_conv assignment
operator.
(fhandler_base::set_name): Ditto.
(fhandler_base::open): Use NT native path in debug output.
* fhandler_mailslot.cc: Convert to NT native function calls.
* ntdll.h (struct _FILE_MAILSLOT_SET_INFORMATION): Define.
(NtCreateMailslotFile): Declare.
* path.cc (path_conv::set_normalized_path): Don't set wide_path to NULL.
(path_conv::set_name): Remove unused function.
* path.h (path_conv::set_name): Drop declaration.
(path_conv::operator =): Define.
winsup/cygwin/ChangeLog
winsup/cygwin/devices.cc
winsup/cygwin/devices.in
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler_mailslot.cc
winsup/cygwin/ntdll.h
winsup/cygwin/path.cc
winsup/cygwin/path.h