forked from Imagelibrary/rtems
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:
@@ -81,6 +81,6 @@ $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
|
|||||||
DOC_FILES = TODO CASES
|
DOC_FILES = TODO CASES
|
||||||
|
|
||||||
EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \
|
EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \
|
||||||
$(UNIX_C_FILES) termiostypes.h
|
$(UNIX_C_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/ttycom.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
|
* FreeBSD does not support a full POSIX termios so we have to help it out
|
||||||
|
|||||||
@@ -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>
|
2000-11-29 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/sys/ttycom.h: New file -- moved from libnetworking/sys.
|
* include/sys/ttycom.h: New file -- moved from libnetworking/sys.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
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)
|
noinst_HEADERS = $(H_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -81,6 +81,6 @@ $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
|
|||||||
DOC_FILES = TODO CASES
|
DOC_FILES = TODO CASES
|
||||||
|
|
||||||
EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \
|
EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \
|
||||||
$(UNIX_C_FILES) termiostypes.h
|
$(UNIX_C_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/ttycom.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
|
* FreeBSD does not support a full POSIX termios so we have to help it out
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/ttycom.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
|
* FreeBSD does not support a full POSIX termios so we have to help it out
|
||||||
|
|||||||
Reference in New Issue
Block a user