summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libnetworking/ChangeLog4
-rw-r--r--cpukit/telnetd/pty.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index ef0ca9f7b8..4915eb7c2e 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
+
2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
diff --git a/cpukit/telnetd/pty.c b/cpukit/telnetd/pty.c
index 18621acac6..c19d05db37 100644
--- a/cpukit/telnetd/pty.c
+++ b/cpukit/telnetd/pty.c
@@ -19,8 +19,8 @@
#include <termios.h>
#include <rtems.h>
#include <rtems/libio.h>
-#include <bsp.h>
#include <rtems/pty.h>
+#include <rtems/bspIo.h>
/*-----------------------------------------*/
#include <stdio.h>
#include <stdlib.h>