From bbb33812896335e0169e024a2adb9e6387f680cc Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 7 May 2005 20:20:51 +0000 Subject: [PATCH] * devices.cc: Regenerate with correct name for dev_netdrive_storage. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/devices.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 603ff1326..721fc33f0 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2005-05-07 Christopher Faylor + + * devices.cc: Regenerate with correct name for dev_netdrive_storage. + 2005-05-06 Christopher Faylor * Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o. diff --git a/winsup/cygwin/devices.cc b/winsup/cygwin/devices.cc index b83f721cf..1f9074e61 100644 --- a/winsup/cygwin/devices.cc +++ b/winsup/cygwin/devices.cc @@ -25,7 +25,7 @@ const device dev_fs_storage = const device dev_proc_storage = {"", {FH_PROC}, ""}; -const device dev_netdev_storage = +const device dev_netdrive_storage = {"", {FH_NETDRIVE}, ""}; const device dev_registry_storage =