From a4775838e23ad71e057b9f3cce5e12b1d6d18174 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 20 Dec 2004 00:59:16 +0000 Subject: [PATCH] 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 --- lib/System/Linux/Process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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