| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
AIX supplies getopt but not getopt_long.
We can't use the embedded getopt implementation, since the constness of its
arguments doesn't match the AIX system routine.
|
|
|
|
|
|
|
| |
Turns out gtest was pulling in sys/stat.h, and we were
using stat() through that in tests. This doesn't work
with old MSVCs, so we should probably replace that with
RealDiskInterface in a follow-up.
|
|
|
|
| |
From a patch from Claus Klein <claus.klein@arcormail.de>.
|
| |
|
| |
|
|
|