part of the AIX clean-up
with help of <Gurft> on freenode (Kurt)
This commit is contained in:
parent
ec4dea6cfa
commit
a823a03370
4
sh.h
4
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.124 2007/04/17 23:51:32 tg Exp $"
|
||||
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.125 2007/04/23 14:04:38 tg Exp $"
|
||||
#define MKSH_VERSION "R29 2007/04/17"
|
||||
|
||||
#if HAVE_SYS_PARAM_H
|
||||
|
@ -178,6 +178,8 @@ typedef int bool;
|
|||
#define NSIG _NSIG
|
||||
#endif
|
||||
|
||||
#undef BAD /* AIX defines that somewhere */
|
||||
|
||||
/* OS-dependent additions */
|
||||
|
||||
#if !HAVE_SETMODE
|
||||
|
|
Loading…
Reference in New Issue