1
0
Fork 0
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:
Peter Howkins 2012-03-20 20:43:06 +00:00
parent 87eee2f1e5
commit 1476da61f7

View file

@ -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