[Python-checkins] python/dist/src pyconfig.h.in,1.85,1.86

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Thu Sep 25 10:50:31 EDT 2003


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

Modified Files:
	pyconfig.h.in 
Log Message:
Typo.  HAVE_SYNC -> HAVE_FSYNC


Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** pyconfig.h.in	20 Sep 2003 15:30:20 -0000	1.85
--- pyconfig.h.in	25 Sep 2003 14:50:29 -0000	1.86
***************
*** 487,491 ****
  
  /* Define if you have the 'fsync' function. */
! #undef HAVE_SYNC
  
  /* Define to 1 if you have the `sysconf' function. */
--- 487,491 ----
  
  /* Define if you have the 'fsync' function. */
! #undef HAVE_FSYNC
  
  /* Define to 1 if you have the `sysconf' function. */





More information about the Python-checkins mailing list