• new way of checking for mknod & friends, due to tcc vs glibc weirdness

• bump vsn for the code restructuring
This commit is contained in:
tg
2007-07-31 11:11:25 +00:00
parent 809c1446b2
commit 496b8f4dc3
5 changed files with 28 additions and 21 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.165 2007/07/26 13:23:52 tg Exp $"
#define MKSH_VERSION "R30 2007/07/26"
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.166 2007/07/31 11:11:25 tg Exp $"
#define MKSH_VERSION "R30 2007/07/31"
#if HAVE_SYS_PARAM_H
#include <sys/param.h>