• bring back test -H ifdef S_ISCDF (for HP-UX)

• whitespace, etc.
• bump version for tonight, I’m not gonna hack on c_cd,
  all this pathname stuff is mind-boggling…
This commit is contained in:
tg
2011-03-26 21:46:06 +00:00
parent a55de5f840
commit 5f31b8c97a
5 changed files with 111 additions and 47 deletions

4
misc.c
View File

@ -29,7 +29,7 @@
#include <grp.h>
#endif
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.162 2011/03/26 21:09:09 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.163 2011/03/26 21:46:03 tg Exp $");
/* type bits for unsigned char */
unsigned char chtypes[UCHAR_MAX + 1];
@ -200,7 +200,7 @@ char *
getoptions(void)
{
unsigned int i;
char m[(int) FNFLAGS + 1];
char m[(int)FNFLAGS + 1];
char *cp = m;
for (i = 0; i < NELEM(options); i++)