commit | c70b61fe6d729ddebc536ec273d97f57fa47cd86 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Nov 01 16:23:18 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Nov 01 16:23:18 1993 +0000 |
tree | 3807a820b226385707ab9c59384a132dd9bf1fbd | |
parent | 2586bf0a3434fc0430b6c16a56ad2b950eabc589 [diff] |
Hacks for NEXTSTEP.
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 04c17f0..66cb41a 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c
@@ -39,6 +39,11 @@ #define DO_PG #endif +#ifdef _NEXT_SOURCE +#define mode_t int +#define NO_UNAME +#endif + #include <signal.h> #include <string.h> #include <setjmp.h>