mknod’s now demoted and only used as special-case builtin, in MirBSD only

built for the installer, to save time, as the original OpenBSD hack wanted
This commit is contained in:
tg
2010-10-08 17:56:57 +00:00
parent c37518d509
commit 29de79c7bf
4 changed files with 9 additions and 518 deletions

7
sh.h
View File

@ -154,7 +154,7 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.417 2010/10/01 19:04:38 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.418 2010/10/08 17:56:57 tg Exp $");
#endif
#define MKSH_VERSION "R39 2010/10/01"
@ -305,11 +305,6 @@ extern int getrusage(int, struct rusage *);
extern int revoke(const char *);
#endif
#if !HAVE_SETMODE
mode_t getmode(const void *, mode_t);
void *setmode(const char *);
#endif
#ifdef __ultrix
/* XXX imake style */
int strcasecmp(const char *, const char *);