build: update pid_t type static check

The code uses long long for pid_t now.
It fails on mingw64 without this change.
(cherry picked from commit d08c28f65f)
This commit is contained in:
Marc-André Lureau 2012-04-20 15:13:52 +02:00 committed by Cole Robinson
parent f065174ede
commit 4a9f92f283

View File

@ -316,9 +316,6 @@ cleanup:
return rc;
}
verify(sizeof(pid_t) <= sizeof(unsigned int));
int virPidFileAcquirePath(const char *path,
pid_t pid)
{