classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] javanet.c compile fix for IRIX


From: Christian Thalinger
Subject: [cp-patches] javanet.c compile fix for IRIX
Date: Tue, 26 Jul 2005 10:20:01 +0200

Hi!

There is an include missing (for timeval struct).

TWISTI

2005-7-26  Christian Thalinger  <address@hidden>

        * native/target/generic/target_generic_network.h
        (TARGET_NATIVE_NETWORK_SOCKET_SET_OPTION_SO_TIMEOUT): Added 
        missing sys/time.h include.

Index: native/target/generic/target_generic_network.h
===================================================================
RCS file: 
/ahome/cacao/cacaocvs/cacao/src/classpath/native/target/generic/target_generic_network.h,v
retrieving revision 1.6
diff -u -3 -p -r1.6 target_generic_network.h
--- native/target/generic/target_generic_network.h      19 Jul 2005 20:13:53 
-0000      1.6
+++ native/target/generic/target_generic_network.h      26 Jul 2005 08:14:03 
-0000
@@ -664,6 +664,7 @@ Systems    : all
 \***********************************************************************/
 
 #ifndef TARGET_NATIVE_NETWORK_SOCKET_SET_OPTION_SO_TIMEOUT
+  #include <sys/time.h>
   #include <sys/types.h>
   #include <sys/socket.h>
   #define 
TARGET_NATIVE_NETWORK_SOCKET_SET_OPTION_SO_TIMEOUT(socketDescriptor,flag,result)
 \






reply via email to

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