[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/config.h

Jeff Cohen jeffc at jolt-lang.org
Mon Apr 9 19:59:48 PDT 2007



Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/office-ispell:

config.h updated: 1.2 -> 1.3
---
Log message:

Use correct dirent.h header file.

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

 config.h |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


Index: llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/config.h
diff -u llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/config.h:1.2 llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/config.h:1.3
--- llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/config.h:1.2	Thu Mar 29 12:00:52 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/config.h	Mon Apr  9 21:59:31 2007
@@ -52,9 +52,12 @@
  */
 
 /*
- * $Id: config.h,v 1.2 2007/03/29 17:00:52 jeffc Exp $
+ * $Id: config.h,v 1.3 2007/04/10 02:59:31 jeffc Exp $
  *
  * $Log: config.h,v $
+ * Revision 1.3  2007/04/10 02:59:31  jeffc
+ * Use correct dirent.h header file.
+ *
  * Revision 1.2  2007/03/29 17:00:52  jeffc
  * Fix for src != obj.
  * Don't use obsolete header file.
@@ -118,7 +121,7 @@
 #include <sys/param.h>
 #include <sys/types.h>
 #ifndef USG
-#include <sys/dirent.h>
+#include <dirent.h>
 #endif /* USG */
 
 /*






More information about the llvm-commits mailing list