Add an explicit initialization to work around what appears to be a valgrind
[oota-llvm.git] / lib / System / Process.cpp
index 644a81e1a9922bdc9b969a1146ff91bfe74cf2d0..e93b2af4c12bbdc9d9fd494fe588b53ad2d12391 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Reid Spencer and is distributed under the
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -31,4 +31,3 @@ using namespace sys;
 #ifdef LLVM_ON_WIN32
 #include "Win32/Process.inc"
 #endif
-