[llvm-commits] CVS: llvm/tools/bugpoint/SystemUtils.cpp

John Criswell criswell at cs.uiuc.edu
Mon Jun 30 17:02:43 PDT 2003


Changes in directory llvm/tools/bugpoint:

SystemUtils.cpp updated: 1.6 -> 1.7

---
Log message:

Merged in autoconf branch.  This provides configuration via the autoconf
system.


---
Diffs of the changes:

Index: llvm/tools/bugpoint/SystemUtils.cpp
diff -u llvm/tools/bugpoint/SystemUtils.cpp:1.6 llvm/tools/bugpoint/SystemUtils.cpp:1.7
--- llvm/tools/bugpoint/SystemUtils.cpp:1.6	Mon Jun 16 17:28:50 2003
+++ llvm/tools/bugpoint/SystemUtils.cpp	Mon Jun 30 16:58:58 2003
@@ -10,12 +10,12 @@
 #include <fstream>
 #include <iostream>
 #include <cstdlib>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <sys/wait.h>
-#include <unistd.h>
-#include <errno.h>
+#include "Config/sys/types.h"
+#include "Config/sys/stat.h"
+#include "Config/fcntl.h"
+#include "Config/sys/wait.h"
+#include "Config/unistd.h"
+#include "Config/errno.h"
 
 /// removeFile - Delete the specified file
 ///





More information about the llvm-commits mailing list