| commit | 621795dc684065e7f294c4b8f59a204e24217ed6 | [log] [tgz] | 
|---|---|---|
| author | Frank Rowand <frank.rowand@sonymobile.com> | Wed Dec 10 23:39:05 2014 -0800 | 
| committer | Jason Wessel <jason.wessel@windriver.com> | Thu Dec 11 14:35:43 2014 -0600 | 
| tree | 50798e5e54daca4c33a27111e756828bcf4fab49 | |
| parent | 202fd1e15d9f08e8061835a138226480f68ae224 [diff] | 
kgdb: kdmx agent-proxy: fix incorrect use of ptsname()
Clean up and fix some areas that will be impacted by patches later in the series
   - testing for changed pty name was incorrect because ptsname() returns
     a global string, change to use ptsname_r()
   - change to ptsname_r() universally in preparation for adding status files
Signed-off-by: Frank Rowand <frank.rowand@sonymobile.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>