2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
This commit is contained in:
Joel Sherrill
2002-05-28 16:20:54 +00:00
parent 2831118802
commit e3eab02dd6
5 changed files with 14 additions and 2 deletions

View File

@@ -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).

View File

@@ -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).

View File

@@ -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>