[llvm-commits] CVS: llvm/lib/System/Unix/MappedFile.cpp

Reid Spencer reid at x10sys.com
Wed Oct 27 16:19:07 PDT 2004



Changes in directory llvm/lib/System/Unix:

MappedFile.cpp updated: 1.4 -> 1.5
---
Log message:

Change Library Names Not To Conflict With Others When Installed

---
Diffs of the changes:  (+0 -1)

Index: llvm/lib/System/Unix/MappedFile.cpp
diff -u llvm/lib/System/Unix/MappedFile.cpp:1.4 llvm/lib/System/Unix/MappedFile.cpp:1.5
--- llvm/lib/System/Unix/MappedFile.cpp:1.4	Tue Oct  5 13:46:59 2004
+++ llvm/lib/System/Unix/MappedFile.cpp	Wed Oct 27 18:18:44 2004
@@ -20,7 +20,6 @@
 #include "Unix.h"
 #include <fcntl.h>
 #include <sys/mman.h>
-#include <sys/stat.h>
 
 namespace llvm {
 using namespace sys;






More information about the llvm-commits mailing list