forked from Imagelibrary/rtems
Remove i386 conditional.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user