Changeset e1d3513 in rtems
- Timestamp:
- Oct 26, 2005, 5:30:34 PM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bdf2c0e4
- Parents:
- 1335ed7
- Location:
- testsuites/samples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/ChangeLog
r1335ed7 re1d3513 1 2005-10-26 Eric Norum <norume@aps.anl.gov> 2 3 * samples/pppd/system.h: PR 839. Remove i386-specific conditional. 4 This at least lets the sample compile. It's unlikely to actually 5 work, though. 6 1 7 2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org> 2 8 -
testsuites/samples/pppd/system.h
r1335ed7 re1d3513 4 4 5 5 #include <rtems.h> 6 7 /* HACK */8 #if defined(__i386__)9 #include <tty_drv.h>10 #endif11 6 12 7 /* functions */
Note: See TracChangeset
for help on using the changeset viewer.