Changeset 1a94770a in rtems


Ignore:
Timestamp:
11/30/00 13:58:22 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
88d7985
Parents:
a58638b
Message:

2000-11-30 Joel Sherrill <joel@…>

  • modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since that is an RTEMS specific header file.
Files:
4 edited

Legend:

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

    ra58638b r1a94770a  
     12000-11-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
     4        that is an RTEMS specific header file.
     5
    162000-11-30      Joel Sherrill <joel@OARcorp.com>
    27
  • c/src/libnetworking/ChangeLog

    ra58638b r1a94770a  
     12000-11-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
     4        that is an RTEMS specific header file.
     5
    162000-11-30      Joel Sherrill <joel@OARcorp.com>
    27
  • c/src/libnetworking/modem/ppp_tty.c

    ra58638b r1a94770a  
    123123#include <sys/ttycom.h>
    124124#include <termios.h>
    125 #include <termiostypes.h>
     125#include <rtems/termiostypes.h>
    126126
    127127#ifdef PPP_FILTER
  • cpukit/libnetworking/ChangeLog

    ra58638b r1a94770a  
     12000-11-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
     4        that is an RTEMS specific header file.
     5
    162000-11-30      Joel Sherrill <joel@OARcorp.com>
    27
Note: See TracChangeset for help on using the changeset viewer.