OSDN Git Service

For PR351:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 20 Dec 2004 00:59:16 +0000 (00:59 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 20 Dec 2004 00:59:16 +0000 (00:59 +0000)
No need for Unix/SUS/Process.cpp any more, just ifdef it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19054 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Linux/Process.cpp

index a779f70..e71e3d0 100644 (file)
@@ -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