Changeset e3eab02 in rtems


Ignore:
Timestamp:
05/28/02 16:20:54 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
279ec4e8
Parents:
28311188
Message:

2002-05-18 Ralf Corsepius <corsepiu@…>

  • rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libnetworking/ChangeLog

    r28311188 re3eab02  
     12002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
     4
    152002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/libnetworking/ChangeLog

    r28311188 re3eab02  
     12002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
     4
    152002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/libnetworking/rtems_telnetd/pty.c

    r28311188 re3eab02  
    2020#include <rtems.h>
    2121#include <rtems/libio.h>
    22 #include <bsp.h>
    2322#include <rtems/pty.h>
     23#include <rtems/bspIo.h>
    2424/*-----------------------------------------*/
    2525#include <stdio.h>
  • cpukit/libnetworking/ChangeLog

    r28311188 re3eab02  
     12002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
     4
    152002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/telnetd/pty.c

    r28311188 re3eab02  
    2020#include <rtems.h>
    2121#include <rtems/libio.h>
    22 #include <bsp.h>
    2322#include <rtems/pty.h>
     23#include <rtems/bspIo.h>
    2424/*-----------------------------------------*/
    2525#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.