commit | b078ce10d469934d061378049bc2629f99961cd1 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Aug 29 14:01:43 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Aug 29 14:01:43 1994 +0000 |
tree | c88a5d3b7764459492198fe8d87b14f455e9bd57 | |
parent | 74e6a118caa67a5ea3671c03203fe6946df381dd [diff] |
Move #endif for NT
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 7bf69e7..7ffcd66 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c
@@ -765,7 +765,6 @@ return NULL; return newintobject((long)geteuid()); } -#endif /* !NT */ static object * posix_getgid(self, args) @@ -776,6 +775,7 @@ return NULL; return newintobject((long)getgid()); } +#endif /* !NT */ static object * posix_getpid(self, args)