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

* include/rtems/Makefile.am: Added termiostypes.h.
	* libc/Makefile.am: Removed termiostypes.h.
	* libc/termios.c: Changed include of "termiostypes.h" to
	<rtems/termiostypes.h> since that is an RTEMS specific header file.
This commit is contained in:
Joel Sherrill
2000-11-30 14:00:39 +00:00
parent 1a94770a77
commit 88d7985260
7 changed files with 13 additions and 6 deletions

View File

@@ -81,6 +81,6 @@ $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
DOC_FILES = TODO CASES
EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \
$(UNIX_C_FILES) termiostypes.h
$(UNIX_C_FILES)
include $(top_srcdir)/../../../automake/local.am

View File

@@ -25,7 +25,7 @@
#include <unistd.h>
#include <sys/ttycom.h>
#include "termiostypes.h"
#include <rtems/termiostypes.h>
/*
* FreeBSD does not support a full POSIX termios so we have to help it out

View File

@@ -1,4 +1,11 @@
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* include/rtems/Makefile.am: Added termiostypes.h.
* libc/Makefile.am: Removed termiostypes.h.
* libc/termios.c: Changed include of "termiostypes.h" to
<rtems/termiostypes.h> since that is an RTEMS specific header file.
2000-11-29 Joel Sherrill <joel@OARcorp.com>
* include/sys/ttycom.h: New file -- moved from libnetworking/sys.

View File

@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
H_FILES = assoc.h error.h libcsupport.h libio.h libio_.h
H_FILES = assoc.h error.h libcsupport.h libio.h libio_.h termiostypes.h
noinst_HEADERS = $(H_FILES)

View File

@@ -81,6 +81,6 @@ $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
DOC_FILES = TODO CASES
EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \
$(UNIX_C_FILES) termiostypes.h
$(UNIX_C_FILES)
include $(top_srcdir)/../../../automake/local.am

View File

@@ -25,7 +25,7 @@
#include <unistd.h>
#include <sys/ttycom.h>
#include "termiostypes.h"
#include <rtems/termiostypes.h>
/*
* FreeBSD does not support a full POSIX termios so we have to help it out

View File

@@ -25,7 +25,7 @@
#include <unistd.h>
#include <sys/ttycom.h>
#include "termiostypes.h"
#include <rtems/termiostypes.h>
/*
* FreeBSD does not support a full POSIX termios so we have to help it out