Author: akhaldi
Date: Fri Oct 11 15:19:46 2013
New Revision: 60611
URL:
http://svn.reactos.org/svn/reactos?rev=60611&view=rev
Log:
[NPFS/NPFS_NEW]
* Make npfs_new the one and only npfs. One of the few foo_new modules that actually made
it and I hope it won't be the last ;)
CORE-7451
Added:
trunk/reactos/drivers/filesystems/npfs/
- copied from r60603, trunk/reactos/drivers/filesystems/npfs_new/
Removed:
trunk/reactos/drivers/filesystems/npfs_new/
Modified:
trunk/reactos/drivers/filesystems/CMakeLists.txt
Modified: trunk/reactos/drivers/filesystems/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/CMakeL…
==============================================================================
--- trunk/reactos/drivers/filesystems/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/CMakeLists.txt [iso-8859-1] Fri Oct 11 15:19:46
2013
@@ -6,5 +6,5 @@
add_subdirectory(fs_rec)
add_subdirectory(msfs)
add_subdirectory(mup)
-add_subdirectory(npfs_new)
+add_subdirectory(npfs)
add_subdirectory(ntfs)