Fix two more POSIX conformance bugs and minor documentation/comment issues

This commit is contained in:
tg
2010-04-08 13:21:08 +00:00
parent 2557cfbbe5
commit ff9f89f22f
6 changed files with 70 additions and 16 deletions

4
sh.h
View File

@ -150,9 +150,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.386 2010/03/27 16:53:17 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.387 2010/04/08 13:21:08 tg Exp $");
#endif
#define MKSH_VERSION "R39 2010/03/27"
#define MKSH_VERSION "R39 2010/04/08"
#ifndef MKSH_INCLUDES_ONLY