[Python-checkins] python/dist/src/Include pyport.h,2.64,2.65

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Sat Jan 17 09:19:45 EST 2004


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv12761/Include

Modified Files:
	pyport.h 
Log Message:
Remove support for SunOS 4.
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).


Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.64
retrieving revision 2.65
diff -C2 -d -r2.64 -r2.65
*** pyport.h	30 Sep 2003 14:58:59 -0000	2.64
--- pyport.h	17 Jan 2004 14:19:43 -0000	2.65
***************
*** 390,400 ****
  /* From Modules/posixmodule.c */
  extern int fdatasync(int);
- /* XXX These are supposedly for SunOS4.1.3 but "shouldn't hurt elsewhere" */
- extern int rename(const char *, const char *);
- extern int pclose(FILE *);
- extern int lstat(const char *, struct stat *);
- extern int symlink(const char *, const char *);
- extern int fsync(int fd);
- 
  #endif /* 0 */
  
--- 390,393 ----





More information about the Python-checkins mailing list