dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/engine int_proto.h,1.38,1.39


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine int_proto.h,1.38,1.39
Date: Fri, 13 Dec 2002 04:06:55 -0500

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv7004/engine

Modified Files:
        int_proto.h 
Log Message:


Rename "errno" to "error", to prevent problems on platforms that define "errno"
as a macro.


Index: int_proto.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/int_proto.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** int_proto.h 11 Dec 2002 00:44:12 -0000      1.38
--- int_proto.h 13 Dec 2002 09:06:52 -0000      1.39
***************
*** 421,425 ****
  extern ILInt32 _IL_TimeMethods_GetUpTime(ILExecThread * _thread);
  
! extern ILString * _IL_FileMethods_GetErrnoMessage(ILExecThread * _thread, 
ILInt32 errno);
  extern ILBool _IL_FileMethods_ValidatePathname(ILExecThread * _thread, 
ILString * path);
  extern ILBool _IL_FileMethods_Open(ILExecThread * _thread, ILString * path, 
ILInt32 mode, ILInt32 access, ILInt32 share, ILNativeInt * handle);
--- 421,425 ----
  extern ILInt32 _IL_TimeMethods_GetUpTime(ILExecThread * _thread);
  
! extern ILString * _IL_FileMethods_GetErrnoMessage(ILExecThread * _thread, 
ILInt32 error);
  extern ILBool _IL_FileMethods_ValidatePathname(ILExecThread * _thread, 
ILString * path);
  extern ILBool _IL_FileMethods_Open(ILExecThread * _thread, ILString * path, 
ILInt32 mode, ILInt32 access, ILInt32 share, ILNativeInt * handle);
***************
*** 494,498 ****
  extern ILInt32 _IL_SocketMethods_Select(ILExecThread * _thread, System_Array 
* readarray, System_Array * writearray, System_Array * errorarray, ILInt64 
timeout);
  extern ILInt32 _IL_SocketMethods_GetErrno(ILExecThread * _thread);
! extern ILString * _IL_SocketMethods_GetErrnoMessage(ILExecThread * _thread, 
ILInt32 errno);
  
  extern ILInt32 _IL_IPAddress_HostToNetworkOrder_i(ILExecThread * _thread, 
ILInt32 host);
--- 494,498 ----
  extern ILInt32 _IL_SocketMethods_Select(ILExecThread * _thread, System_Array 
* readarray, System_Array * writearray, System_Array * errorarray, ILInt64 
timeout);
  extern ILInt32 _IL_SocketMethods_GetErrno(ILExecThread * _thread);
! extern ILString * _IL_SocketMethods_GetErrnoMessage(ILExecThread * _thread, 
ILInt32 error);
  
  extern ILInt32 _IL_IPAddress_HostToNetworkOrder_i(ILExecThread * _thread, 
ILInt32 host);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]