Remove i386 conditional.

This commit is contained in:
Eric Norum
2005-10-26 17:30:34 +00:00
parent 1335ed7a03
commit e1d3513753
2 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2005-10-26 Eric Norum <norume@aps.anl.gov>
* samples/pppd/system.h: PR 839. Remove i386-specific conditional.
This at least lets the sample compile. It's unlikely to actually
work, though.
2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>
* pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of

View File

@@ -4,11 +4,6 @@
#include <rtems.h>
/* HACK */
#if defined(__i386__)
#include <tty_drv.h>
#endif
/* functions */
extern rtems_task Init(rtems_task_argument argument);