From 17d0fd1e23bf3d15e88ebf8bae23b90e3cba5724 Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 4 Mar 2007 05:04:54 +0000 Subject: [PATCH] more NSIG --- sh.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sh.h b/sh.h index cdbf68b..cec65fc 100644 --- a/sh.h +++ b/sh.h @@ -8,7 +8,7 @@ /* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */ /* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */ -#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.116 2007/03/04 04:36:45 tg Exp $" +#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.117 2007/03/04 05:04:54 tg Exp $" #define MKSH_VERSION "R29 2007/03/04" #if HAVE_SYS_PARAM_H @@ -171,6 +171,10 @@ typedef int bool; #define MAP_FAILED ((void *)-1) #endif +#ifndef NSIG +#define NSIG _NSIG +#endif + /* OS-dependent additions */ #if !HAVE_SETMODE