mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
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:
parent
87eee2f1e5
commit
1476da61f7
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ LinkFile(TermPrimGetPty.c,TermPrimGetPty-clone.c)
|
|||
#endif
|
||||
|
||||
#ifdef LinuxArchitecture
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-clone.c)
|
||||
LinkFile(TermPrimGetPty.c,TermPrimGetPty-svr4.c)
|
||||
#endif
|
||||
|
||||
#ifdef SunArchitecture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue