summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-07-08 15:29:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-07-08 15:29:08 +0000
commitb5825ab0d160aec101f3c8788d72fce2241993c1 (patch)
tree54c57b34969347f22805411420a1372abbbdeb19 /cpukit
parent2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b5825ab0d160aec101f3c8788d72fce2241993c1.tar.bz2
2003-07-08 Joel Sherrill <joel@OARcorp.com>
PR 419/rtems * src/termios.c: Removed warning.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/ChangeLog5
-rw-r--r--cpukit/libcsupport/src/termios.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index ee0b4153ac..81a142a161 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-08 Joel Sherrill <joel@OARcorp.com>
+
+ PR 419/rtems
+ * src/termios.c: Removed warning.
+
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged-in into ../configure.ac)
diff --git a/cpukit/libcsupport/src/termios.c b/cpukit/libcsupport/src/termios.c
index 031b5be4ce..9a93f044fa 100644
--- a/cpukit/libcsupport/src/termios.c
+++ b/cpukit/libcsupport/src/termios.c
@@ -470,6 +470,7 @@ rtems_status_code rtems_termios_bufsize (
rtems_termios_cbufsize = cbufsize;
rtems_termios_raw_input_size = raw_input;
rtems_termios_raw_output_size = raw_output;
+ return RTEMS_SUCCESSFUL;
}
static void