Fix for 164403 - make console input work in NSS tools on OS/2
git-svn-id: svn://10.0.0.236/trunk@128039 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c3b18c3077
commit
a10778e6db
@ -72,9 +72,13 @@ static char consoleName[] = {
|
||||
#else
|
||||
"/dev/tty"
|
||||
#endif
|
||||
#else
|
||||
#ifdef XP_OS2
|
||||
"\\DEV\\CON"
|
||||
#else
|
||||
"CON:"
|
||||
#endif
|
||||
#endif
|
||||
};
|
||||
|
||||
char *
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user