[Python-checkins] python/dist/src/Modules posixmodule.c, 2.300.8.6, 2.300.8.7

aimacintyre at users.sourceforge.net aimacintyre at users.sourceforge.net
Mon Mar 29 06:58:59 EST 2004


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4579

Modified Files:
      Tag: release23-maint
	posixmodule.c 
Log Message:
OS/2 VACPP build updates/fixes

Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.300.8.6
retrieving revision 2.300.8.7
diff -C2 -d -r2.300.8.6 -r2.300.8.7
*** posixmodule.c	16 Feb 2004 01:30:49 -0000	2.300.8.6
--- posixmodule.c	29 Mar 2004 11:58:55 -0000	2.300.8.7
***************
*** 43,48 ****
  #include <stdio.h>
  #include <process.h>
- #include "osdefs.h"
  #endif
  #endif
  
--- 43,48 ----
  #include <stdio.h>
  #include <process.h>
  #endif
+ #include "osdefs.h"
  #endif
  




More information about the Python-checkins mailing list