2000-11-30 Joel Sherrill <joel@OARcorp.com>

* modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
	that is an RTEMS specific header file.
This commit is contained in:
Joel Sherrill
2000-11-30 13:58:22 +00:00
parent a58638b46a
commit 1a94770a77
4 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
that is an RTEMS specific header file.
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* sys/ttycom.h: Moved to lib/include/sys.

View File

@@ -1,3 +1,8 @@
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
that is an RTEMS specific header file.
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* sys/ttycom.h: Moved to lib/include/sys.

View File

@@ -122,7 +122,7 @@
#include <rtems/libio.h>
#include <sys/ttycom.h>
#include <termios.h>
#include <termiostypes.h>
#include <rtems/termiostypes.h>
#ifdef PPP_FILTER
#include <net/bpf.h>