openbsd-ports/sysutils/vifm/patches/patch-src_signals_h
landry 37df81f402 Import vifm 0.4.
Vifm is a ncurses based file manager with vi like keybindings. If you
use vi, vifm gives you complete keyboard control over your files without
having to learn a new set of commands.

Ported two years ago by myself, re-submitted by Aaron Stellman. Most
patches from Tobias Ulmer, plus one to fix an ugly out-of-bound access
by me.
2009-08-09 21:49:33 +00:00

13 lines
367 B
Plaintext

$OpenBSD: patch-src_signals_h,v 1.1.1.1 2009/08/09 21:49:33 landry Exp $
--- src/signals.h.orig Wed Jun 4 16:48:31 2008
+++ src/signals.h Sat Aug 8 16:08:23 2009
@@ -16,5 +16,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
+#include <signal.h>
+
+extern volatile sig_atomic_t sigchld_received;
void setup_signals(void);