* Removed my old doubly linked list implementation, and stay with Ingo's.

* Adapt other sources where needed (the boot loader's RootFileSystem still
  used the old implementation).
* Implemented RootFileSystem::Rewind().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16889 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-03-27 10:27:05 +00:00
parent a722407264
commit c918a987a0
8 changed files with 71 additions and 167 deletions
+2
View File
@@ -13,6 +13,8 @@
#include <util/AutoLock.h>
#include <util/khash.h>
#include <new>
#include <stdlib.h>
#include <string.h>