when spawning editor child, use signal() instead of sigprocmask(SIG_BLOCK...
authorderaadt <deraadt@openbsd.org>
Sun, 16 Feb 1997 07:42:52 +0000 (07:42 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 16 Feb 1997 07:42:52 +0000 (07:42 +0000)
commitd1b4b712122e72dbffdf84915a2e87bbf8ccf67e
treea381e9a75661a4f58a21a6edb78ba26cbfabfabb
parent2407619d0c165762f99963b424a44b3871c48ad5
when spawning editor child, use signal() instead of sigprocmask(SIG_BLOCK...
this appears to prevent the intermediate shell from playing with the signals
such that it gets a tty signal inside an editor such as emacs.
this was very annoying
sbin/disklabel/disklabel.c