change log for rtems (2010-05-10)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon May 10 14:12:06 UTC 2010


 *joel*:
2010-05-10	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* include/bsp.h: Do not include <bsp/bsp_bsdnet_attach.h> if networkign
	disabled.

M    1.9  c/src/lib/libbsp/powerpc/beatnik/ChangeLog
M    1.3  c/src/lib/libbsp/powerpc/beatnik/include/bsp.h

diff -u rtems/c/src/lib/libbsp/powerpc/beatnik/ChangeLog:1.8 rtems/c/src/lib/libbsp/powerpc/beatnik/ChangeLog:1.9
--- rtems/c/src/lib/libbsp/powerpc/beatnik/ChangeLog:1.8	Wed Apr 14 03:51:56 2010
+++ rtems/c/src/lib/libbsp/powerpc/beatnik/ChangeLog	Mon May 10 09:08:33 2010
@@ -1,3 +1,8 @@
+2010-05-10	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* include/bsp.h: Do not include <bsp/bsp_bsdnet_attach.h> if networkign
+	disabled.
+
 2010-04-14	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* network/support/bsp_attach.c: Include <unistd.h>.

diff -u rtems/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h:1.2 rtems/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h:1.3
--- rtems/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h:1.2	Tue Dec  8 15:18:38 2009
+++ rtems/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h	Mon May 10 09:08:33 2010
@@ -153,7 +153,9 @@
 BSP_i2c_initialize();
 
 /* Networking; */
+#if defined(RTEMS_NETWORKING)
 #include <bsp/bsp_bsdnet_attach.h>
+#endif
 
 /* NOT FOR PUBLIC USE BELOW HERE */
 #define BSP_PCI_HOSE0_MEM_BASE		0x80000000	/* must be aligned to size */



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100510/b846a712/attachment.html>


More information about the vc mailing list