MSVSC fixes

This commit is contained in:
Brent Cook
2017-01-16 10:36:05 -06:00
parent 4cb675e2d9
commit 3b2560feb3
4 changed files with 9 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ int
posix_open(const char *path, ...)
{
va_list ap;
mode_t mode = 0;
int mode = 0;
int flags;
va_start(ap, path);