Commit graph

2 commits

Author SHA1 Message Date
Rong-En Fan
a8cd5b4193 - Make it work with "Sun Function-Keys" Xterm
- Bump PORTREVISION

PR:		ports/156521
Submitted by:	David O'Brien (obrien@)
2011-04-22 15:17:15 +00:00
Rong-En Fan
792dc31f14 - After SA 08:01.pty, openpty() calls fork and omnitty has a bad assumption
that library calls do not do that. Therefore, it's SIGCHLD handling causes
  a hang in wait() as openpty() already does that. Fix this by using waitpid()
  with WNOHANG.

Diagnosed by:	jhb
Tested by:	dhw (earlier version)
2008-02-20 02:06:11 +00:00