# HG changeset patch # User Richard M. Stallman # Date 759617663 0 # Node ID 4524a1b19b674f34087e7f5ff418018ad947d4b9 # Parent 4428fd0336f3eb4400e1430d14c12f54546695a9 [__GNUC__] (MKDIR_PROTOTYPE): Defined. diff -r 4428fd0336f3 -r 4524a1b19b67 src/s/sunos4-0.h --- a/src/s/sunos4-0.h Wed Jan 26 20:14:27 1994 +0000 +++ b/src/s/sunos4-0.h Wed Jan 26 20:54:23 1994 +0000 @@ -12,3 +12,10 @@ GNU malloc's memory pool. But Sun's malloc doesn't seem to mind. */ #define SYSTEM_MALLOC + +#ifdef __GNUC__ +/* We must define mkdir with this arg prototype + to match GCC's fixed stat.h. */ +#define MKDIR_PROTOTYPE \ + int mkdir (const char *dpath, unsigned short dmode) +#endif /* __GNUC__ */