Changeset 7423766b in rtems
- Timestamp:
- 06/04/03 20:35:27 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b52d7bc
- Parents:
- 85eb9544
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/samples/ChangeLog
r85eb9544 r7423766b 1 2003-06-04 Joel Sherrill <joel@OARcorp.com> 2 3 * pppd/system.h: Hack from Ralf to compile on all targets. 4 1 5 2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/tests/samples/pppd/system.h
r85eb9544 r7423766b 4 4 5 5 #include <rtems.h> 6 7 /* HACK */ 8 #if defined(__i386__) 6 9 #include <tty_drv.h> 10 #endif 7 11 8 12 /* functions */ … … 16 20 CONSOLE_DRIVER_TABLE_ENTRY, 17 21 CLOCK_DRIVER_TABLE_ENTRY, 22 /* HACK */ 23 #if defined(__i386__) 18 24 TTY1_DRIVER_TABLE_ENTRY, 19 25 TTY2_DRIVER_TABLE_ENTRY, 26 #endif 20 27 {NULL, NULL, NULL, NULL, NULL, NULL} 21 28 }; -
testsuites/samples/ChangeLog
r85eb9544 r7423766b 1 2003-06-04 Joel Sherrill <joel@OARcorp.com> 2 3 * pppd/system.h: Hack from Ralf to compile on all targets. 4 1 5 2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
testsuites/samples/pppd/system.h
r85eb9544 r7423766b 4 4 5 5 #include <rtems.h> 6 7 /* HACK */ 8 #if defined(__i386__) 6 9 #include <tty_drv.h> 10 #endif 7 11 8 12 /* functions */ … … 16 20 CONSOLE_DRIVER_TABLE_ENTRY, 17 21 CLOCK_DRIVER_TABLE_ENTRY, 22 /* HACK */ 23 #if defined(__i386__) 18 24 TTY1_DRIVER_TABLE_ENTRY, 19 25 TTY2_DRIVER_TABLE_ENTRY, 26 #endif 20 27 {NULL, NULL, NULL, NULL, NULL, NULL} 21 28 };
Note: See TracChangeset
for help on using the changeset viewer.