[llvm-commits] CVS: poolalloc/runtime/FreeListAllocator/PageManager.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 30 08:38:17 PST 2005



Changes in directory poolalloc/runtime/FreeListAllocator:

PageManager.cpp updated: 1.9 -> 1.10

---
Log message:

Adjust to changes


---
Diffs of the changes:  (+2 -2)

Index: poolalloc/runtime/FreeListAllocator/PageManager.cpp
diff -u poolalloc/runtime/FreeListAllocator/PageManager.cpp:1.9 poolalloc/runtime/FreeListAllocator/PageManager.cpp:1.10
--- poolalloc/runtime/FreeListAllocator/PageManager.cpp:1.9	Mon Nov 22 10:55:30 2004
+++ poolalloc/runtime/FreeListAllocator/PageManager.cpp	Sun Jan 30 10:38:07 2005
@@ -15,8 +15,8 @@
 #ifndef _POSIX_MAPPED_FILES
 #define _POSIX_MAPPED_FILES
 #endif
-#include "llvm/Config/unistd.h"
-#include "llvm/Config/sys/mman.h"
+#include <unistd.h>
+#include <sys/mman.h>
 #include "poolalloc/Support/MallocAllocator.h"
 #include <cassert>
 #include <vector>





More information about the llvm-commits mailing list