Jens-Heiner Rechtien wrote:
Hi,

this exact problem is not exactly new and got already forgotten twice
because we (well I) were to lazy to write an issue. Please write me (hr)
an issue, and I'll include a fix in my next CWS.

Here is a possible way to fix the problem.


--- _stdio_file.h    Fri Sep  7 13:33:27 2007
+++ _stdio_file.h       Mon Sep 10 17:55:16 2007
@@ -92,7 +92,7 @@
 typedef  unsigned char* _File_ptr_type;
 #endif

-inline int   _FILE_fd(const FILE& __f) { return __f._file; }
+inline int   _FILE_fd(const FILE& __f) { return
fileno(__CONST_CAST(FILE*,&__f)); }
 inline char* _FILE_I_begin(const FILE& __f) { return (char*) __f._base; }
 inline char* _FILE_I_next(const FILE& __f) { return (char*) __f._ptr; }
 inline char* _FILE_I_end(const FILE& __f)



thanks for al replies, this fix is ok
now i can continue the build


--
Gerard HENRY

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to