Subject: doscmd on -current now appears to work..
To: None <port-i386@netbsd.org>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: port-i386
Date: 11/29/1998 23:49:20
I just submitted a couple revised patches which appears to fix
pkgsrc/emulators/doscmd on -current.

The problem appears to have been three or four places in the code
which used sigaddset() on an uninitialized local variable.  (Doh!)
This presumably "worked" by chance with the old definition of sigset_t
but breaks pretty badly with the new one.

					- Bill