[BACK]Return to com.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / include

Diff for /OpenXM_contrib2/asir2018/include/com.h between version 1.1 and 1.2

version 1.1, 2018/09/19 06:00:58 version 1.2, 2019/12/13 14:40:50
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM$   * $OpenXM: OpenXM_contrib2/asir2018/include/com.h,v 1.1 2018/09/19 06:00:58 noro Exp $
 */  */
 #ifndef _COM_H_  #ifndef _COM_H_
 #define _COM_H_  #define _COM_H_
Line 65 
Line 65 
 #else  #else
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
   #if defined(ANDROID)
   #include <netinet/in.h>
   #else
 #include <rpc/rpc.h>  #include <rpc/rpc.h>
   #endif
 #define IS_CYGWIN 0  #define IS_CYGWIN 0
 #endif  #endif
 #include <setjmp.h>  #include <setjmp.h>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>