This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix lwip network.h header


Hello,

There is a trivial lwip bug on the trunk. The below patch fixes it:

Index: packages/net/lwip_tcpip/current/include/network.h
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/lwip_tcpip/current/include/network.h,v
retrieving revision 1.4
diff -u -w -b -r1.4 network.h
--- packages/net/lwip_tcpip/current/include/network.h	26 Jan 2010
11:27:48 -0000	1.4
+++ packages/net/lwip_tcpip/current/include/network.h	28 Jul 2010 20:44:32
-0000
@@ -58,4 +58,8 @@
 
 #include <lwip.h>
     
+#ifdef __cplusplus
+}
+#endif
+
 #endif // #ifndef CYGONCE_NETWORK_H



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]