Re: [PATCH] Fix union wait vs. int issue
Steve Kemp <[email protected]> Tue, 23 Dec 2008 04:39:25 +0000
| Newsgroups | gmane.comp.gnu.screen |
|---|---|
| Message-ID | <20081223043925.GA23933__43651.2949447662$1238089154$gmane$org@steve.org.uk> |
On Sun Dec 21, 2008 at 19:27:53 +0000, William Pursell wrote: > On OS X, screen fails to compile because WindowDied is > unconditionally declared to take an int, but is called > with an argument of type union wait. This wraps the > declaration and two associated calls. Looks good to me, I've applied it to my tscreen fork. Steve --