Fix KillTheDoctor after r210725.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 13 Jun 2014 15:01:11 +0000 (15:01 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 13 Jun 2014 15:01:11 +0000 (15:01 +0000)
commit087c5bc9f114a076f75617d5685dcc23d950f855
treea6ee8bb51dc734290900f4081cdbc42a58b4d07c
parente1a9d504a3fd8e2544b352224bc719d52c070ceb
Fix KillTheDoctor after r210725.

We don't map these windows errors to generic ones since errc::timed_out is
not defined on mingw. Just use the raw windows error value.

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