summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2005-10-26 17:30:34 +0000
committerEric Norum <WENorum@lbl.gov>2005-10-26 17:30:34 +0000
commite1d35137532374e7ed790081121f704cc0a6cafa (patch)
tree618348a76a9c399aa51a666f898190b1c91111b2 /testsuites/samples/pppd
parent2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e1d35137532374e7ed790081121f704cc0a6cafa.tar.bz2
Remove i386 conditional.
Diffstat (limited to 'testsuites/samples/pppd')
-rw-r--r--testsuites/samples/pppd/system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuites/samples/pppd/system.h b/testsuites/samples/pppd/system.h
index ffefa0385d..bb8d576dbd 100644
--- a/testsuites/samples/pppd/system.h
+++ b/testsuites/samples/pppd/system.h
@@ -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);