2008-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>

* pppd/example/system.h: Fix path in example -- NOT COMPILED WITH
	CPUKIT.
This commit is contained in:
Joel Sherrill
2008-05-13 16:09:48 +00:00
parent 343bb43ca9
commit b9499779ee
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* pppd/example/system.h: Fix path in example -- NOT COMPILED WITH
CPUKIT.
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/rtems/init.h, sapi/src/exinit.c: Refactored and renamed

View File

@@ -37,6 +37,6 @@ rtems_driver_address_table Device_drivers[5] = {
RTEMS_NO_ASR | \
RTEMS_INTERRUPT_LEVEL(0))
#include <confdefs.h>
#include <rtems/confdefs.h>
#endif