From: Reid Spencer Date: Mon, 20 Dec 2004 00:59:16 +0000 (+0000) Subject: For PR351: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a4775838e23ad71e057b9f3cce5e12b1d6d18174;p=oota-llvm.git For PR351: 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 --- diff --git a/lib/System/Linux/Process.cpp b/lib/System/Linux/Process.cpp index a779f70581a..e71e3d0cae0 100644 --- a/lib/System/Linux/Process.cpp +++ b/lib/System/Linux/Process.cpp @@ -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