summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-11 19:14:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-11 19:14:41 +0000
commite137f0e944aac71bf17381c33466291251808f6c (patch)
tree5e6051e57986bb6b11bd8fff91aaa4c374aa105f /cpukit/ChangeLog
parent2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e137f0e944aac71bf17381c33466291251808f6c.tar.bz2
2010-03-11 Ken Peters <kptrs@yahoo.com>
PR 1456/cpukit * libcsupport/src/ttyname.c: ttyname_r() when called directly (not via ttyname()) does not prefix the caller provided buffer with the predefined _PATH_DEV string (/dev/). Thus the directory search fails and no tty name is returned to the caller.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bb09f11c35..65b644acd6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2010-03-11 Ken Peters <kptrs@yahoo.com>
+
+ PR 1456/cpukit
+ * libcsupport/src/ttyname.c: ttyname_r() when called directly (not via
+ ttyname()) does not prefix the caller provided buffer with the
+ predefined _PATH_DEV string (/dev/). Thus the directory search fails
+ and no tty name is returned to the caller.
+
2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* ftpd/ftpd.c, httpd/uemf.c, httpd/um.c, httpd/webs.c,