summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/samples/ChangeLog6
-rw-r--r--testsuites/samples/pppd/system.h5
2 files changed, 6 insertions, 5 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 12dae54afe..9a518b8463 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -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
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);