From 8cdcc8803a5276fd6bc86d087b1f71fb47403ee2 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 6 May 2005 04:06:17 +0000 Subject: * Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o. * fhandler_netdrive.cc: Placeholder file for future development. * devices.h (FH_NETDRIVE): Define new virtual device type. (netdrive_dev): Define. * devices.in (dev_netdrive_storage): Define. * devices.cc: Regenerate. --- winsup/cygwin/devices.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'winsup/cygwin/devices.cc') diff --git a/winsup/cygwin/devices.cc b/winsup/cygwin/devices.cc index 582a2ee4e..b83f721cf 100644 --- a/winsup/cygwin/devices.cc +++ b/winsup/cygwin/devices.cc @@ -25,6 +25,9 @@ const device dev_fs_storage = const device dev_proc_storage = {"", {FH_PROC}, ""}; +const device dev_netdev_storage = + {"", {FH_NETDRIVE}, ""}; + const device dev_registry_storage = {"", {FH_REGISTRY}, ""}; -- cgit v1.2.3