[llvm-commits] CVS: llvm/lib/System/Linux/Process.cpp

Reid Spencer reid at x10sys.com
Sun Dec 19 16:59:27 PST 2004



Changes in directory llvm/lib/System/Linux:

Process.cpp updated: 1.1 -> 1.2
---
Log message:

For PR351: http://llvm.cs.uiuc.edu/PR351 :
No need for Unix/SUS/Process.cpp any more, just ifdef it.

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

Index: llvm/lib/System/Linux/Process.cpp
diff -u llvm/lib/System/Linux/Process.cpp:1.1 llvm/lib/System/Linux/Process.cpp:1.2
--- llvm/lib/System/Linux/Process.cpp:1.1	Fri Sep 10 23:59:30 2004
+++ llvm/lib/System/Linux/Process.cpp	Sun Dec 19 18:59:16 2004
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic Unix implementation
-#include "../Unix/SUS/Process.cpp"
+#include "../Unix/Process.cpp"
 
 //===----------------------------------------------------------------------===//
 //=== WARNING: Implementation here must contain only Linux specific code 






More information about the llvm-commits mailing list