From e137f0e944aac71bf17381c33466291251808f6c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 11 Mar 2010 19:14:41 +0000 Subject: 2010-03-11 Ken Peters 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. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + 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 * ftpd/ftpd.c, httpd/uemf.c, httpd/um.c, httpd/webs.c, -- cgit v1.2.3