portability fixes

This commit is contained in:
Glenn Maynard
2002-12-17 08:24:11 +00:00
parent 3cb40378ac
commit fc4c96abcd
3 changed files with 5 additions and 12 deletions
+2 -1
View File
@@ -12,9 +12,10 @@
#define chdir _chdir
#define wchdir _wchdir
#define alloca _alloca
#define stat _stat
#define lstat _stat
/* mkdir is missing the mode arg */
#define mkdir(p,m) mkdir(p)
#endif