• Build.sh: always prepend well-known signal names, so that some signals

will not come up weirdly (e.g. on AIX: SIGSAK (SIGMAX?), SIGIO (SIGAIO?),
  SIGURG (SIGIOINT?)), and add a few more while here
• check.t, sh.h: bump
This commit is contained in:
tg
2007-07-22 13:46:15 +00:00
parent cf5fc9eac2
commit a1433b7122
3 changed files with 11 additions and 15 deletions

4
sh.h
View File

@@ -8,8 +8,8 @@
/* $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.159 2007/07/22 13:38:26 tg Exp $"
#define MKSH_VERSION "R30 2007/07/17"
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.160 2007/07/22 13:46:15 tg Exp $"
#define MKSH_VERSION "R30 2007/07/22"
#if HAVE_SYS_PARAM_H
#include <sys/param.h>