* devices.cc: Regenerate with correct name for dev_netdrive_storage.

This commit is contained in:
Christopher Faylor 2005-05-07 20:20:51 +00:00
parent bcd1a9b6d1
commit bbb3381289
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-07 Christopher Faylor <cgf@timesys.com>
* devices.cc: Regenerate with correct name for dev_netdrive_storage.
2005-05-06 Christopher Faylor <cgf@timesys.com>
* Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.

View File

@ -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 =