[Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.138,2.139

Guido van Rossum python-dev@python.org
Fri, 30 Jun 2000 15:45:15 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv29892

Modified Files:
	posixmodule.c 
Log Message:
Crude way to fix a problem on AIX: #undef STAT before defining it.


Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.138
retrieving revision 2.139
diff -C2 -r2.138 -r2.139
*** posixmodule.c	2000/06/29 21:12:41	2.138
--- posixmodule.c	2000/06/30 22:45:12	2.139
***************
*** 286,289 ****
--- 286,290 ----
  
  /* choose the appropriate stat and fstat functions and return structs */
+ #undef STAT
  #ifdef MS_WIN64
  #	define STAT _stati64