Fix union wait vs. int issue
commit7019645b866139a85acba887bfbf4b20f8be02e3
authorWilliam Pursell <bill.pursell@gmail.com>
Sun, 21 Dec 2008 19:19:43 +0000 (21 19:19 +0000)
committerMicah Cowan <micah@cowan.name>
Sat, 24 Jan 2009 08:16:31 +0000 (24 00:16 -0800)
treebc000b02ee391bd2aab4493280347af5abd223a8
parentbd51468c8f954f8c7a2c429b3147c196f8f6f3f1
Fix union wait vs. int issue

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.

Signed-off-by: William Pursell <bill.pursell@gmail.com>
src/extern.h
src/screen.c
src/window.c