Change over Linux to using the System V style pty code, it seems at some
point Linuxes pty code is no longer the BSD legacy one by default anymore.
This commit is contained in:
@@ -94,7 +94,7 @@ LinkFile(TermPrimGetPty.c,TermPrimGetPty-clone.c)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LinuxArchitecture
|
#ifdef LinuxArchitecture
|
||||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-clone.c)
|
LinkFile(TermPrimGetPty.c,TermPrimGetPty-svr4.c)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
#ifdef SunArchitecture
|
||||||
|
|||||||
Reference in New Issue
Block a user