GNOME Bugzilla – Bug 301979
pty open fails on hp-ux
Last modified: 2006-05-14 16:44:45 UTC
Distribution/Version: 11iv1 hp-ux is one of the operating systems that forks/execs a program to manage the pty permissions (grantpt). this fails since SIGCHLD is caught by the gftp application. SIGCHLD should be saved, defaulted, and restored around he grantpt call. patch will be attached.
Created attachment 45674 [details] [review] suggested patch to lib/pty.c
I committed this patch to CVS. Sorry about the long delay.