even better on Haiku:

* let ulimits work
* add a Haiku-specific ulimit
* always use UTF-8, they have no locales but a UTF-8 terminal
This commit is contained in:
tg
2010-03-14 11:58:33 +00:00
parent e0f952eeda
commit 50f081c369
4 changed files with 16 additions and 9 deletions

4
sh.h
View File

@@ -150,9 +150,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.383 2010/02/25 20:18:17 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.384 2010/03/14 11:58:33 tg Exp $");
#endif
#define MKSH_VERSION "R39 2010/02/25"
#define MKSH_VERSION "R39 2010/03/14"
#ifndef MKSH_INCLUDES_ONLY