Index: native/target/generic/target_generic_network.c =================================================================== RCS file: /cvsroot/classpath/classpath/native/target/generic/target_generic_network.c,v retrieving revision 1.1 diff -u -r1.1 target_generic_network.c --- native/target/generic/target_generic_network.c 16 Jan 2006 12:27:59 -0000 1.1 +++ native/target/generic/target_generic_network.c 16 Jan 2006 13:18:30 -0000 @@ -148,7 +148,7 @@ /*---------------------------------------------------------------------*/ -#ifdef TARGET_NATIVE_NETWORK_SOCKE_OPEN_STREAM_GENERIC +#ifdef TARGET_NATIVE_NETWORK_SOCKET_OPEN_STREAM_GENERIC #include #include int targetGenericNetwork_socketOpenStream(void) @@ -170,7 +170,7 @@ return socketDescriptor; } -#endif /* TARGET_NATIVE_NETWORK_SOCKE_OPEN_STREAM_GENERIC */ +#endif /* TARGET_NATIVE_NETWORK_SOCKET_OPEN_STREAM_GENERIC */ #ifdef TARGET_NATIVE_NETWORK_SOCKET_OPEN_DATAGRAM_GENERIC #include Index: native/target/generic/target_generic_network.h =================================================================== RCS file: /cvsroot/classpath/classpath/native/target/generic/target_generic_network.h,v retrieving revision 1.16 diff -u -r1.16 target_generic_network.h --- native/target/generic/target_generic_network.h 16 Jan 2006 12:27:59 -0000 1.16 +++ native/target/generic/target_generic_network.h 16 Jan 2006 13:18:30 -0000 @@ -340,7 +340,7 @@ #ifndef NEW_CP #ifndef TARGET_NATIVE_NETWORK_SOCKET_OPEN_STREAM #ifndef WITHOUT_NETWORK - #define TARGET_NATIVE_NETWORK_SOCKE_OPEN_STREAM_GENERIC + #define TARGET_NATIVE_NETWORK_SOCKET_OPEN_STREAM_GENERIC #define TARGET_NATIVE_NETWORK_SOCKET_OPEN_STREAM(socketDescriptor,result) \ do { \ socketDescriptor=targetGenericNetwork_socketOpenStream(); \ @@ -1991,9 +1991,9 @@ extern "C" { #endif -#ifdef TARGET_NATIVE_NETWORK_SOCKE_OPEN_STREAM_GENERIC +#ifdef TARGET_NATIVE_NETWORK_SOCKET_OPEN_STREAM_GENERIC int targetGenericNetwork_socketOpenStream(void); -#endif /* TARGET_NATIVE_NETWORK_SOCKE_OPEN_STREAM_GENERIC */ +#endif /* TARGET_NATIVE_NETWORK_SOCKET_OPEN_STREAM_GENERIC */ #ifdef TARGET_NATIVE_NETWORK_SOCKET_OPEN_DATAGRAM_GENERIC int targetGenericNetwork_socketOpenDatagram(void);