[Python-checkins] CVS: python/dist/src/Objects fileobject.c,2.90,2.90.2.1

Moshe Zadka moshez@users.sourceforge.net
Fri, 30 Mar 2001 12:06:58 -0800


Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv31915/Objects

Modified Files:
      Tag: release20-maint
	fileobject.c 
Log Message:
- Add TELL64() hack #ifdef to FreeBSD, Apple and BSDI
Someone with BSDs, please test this!


Index: fileobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/fileobject.c,v
retrieving revision 2.90
retrieving revision 2.90.2.1
diff -C2 -r2.90 -r2.90.2.1
*** fileobject.c	2000/10/06 20:42:33	2.90
--- fileobject.c	2001/03/30 20:06:55	2.90.2.1
***************
*** 59,63 ****
  #if defined(MS_WIN64)
  #define TELL64 _telli64
! #elif defined(__NetBSD__) || defined(__OpenBSD__)
  /* NOTE: this is only used on older
     NetBSD prior to f*o() funcions */
--- 59,63 ----
  #if defined(MS_WIN64)
  #define TELL64 _telli64
! #elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(_HAVE_BSDI) || defined(__APPLE__)
  /* NOTE: this is only used on older
     NetBSD prior to f*o() funcions */