A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2001-January/014794.html below:

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

[Python-checkins] CVS: python/dist/src/Objects fileobject.c,2.102,2.103Guido van Rossum python-dev@python.org
Mon, 08 Jan 2001 18:00:13 -0800
Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv30509

Modified Files:
	fileobject.c 
Log Message:
Tsk, tsk, tsk.  Treat FreeBSD the same as the other BSDs when defining
a fallback for TELL64.  Fixes SF Bug #128119.


Index: fileobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/fileobject.c,v
retrieving revision 2.102
retrieving revision 2.103
diff -C2 -r2.102 -r2.103
*** fileobject.c	2001/01/08 04:02:07	2.102
--- fileobject.c	2001/01/09 02:00:11	2.103
***************
*** 59,63 ****
  #if defined(MS_WIN64)
  #define TELL64 _telli64
! #elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(_HAVE_BSDI) || defined(__APPLE__)
  /* 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 */




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4