on obsd/mbsd, entropy is cheap enough for us to do this (codepath in

kernel checked for both) for additional seeding ($RANDOM is still from
the LCG only)
This commit is contained in:
tg
2010-07-11 11:17:33 +00:00
parent 31b288561f
commit a6c81ea978
4 changed files with 32 additions and 10 deletions

4
sh.h
View File

@@ -150,9 +150,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.395 2010/07/04 17:45:16 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.396 2010/07/11 11:17:32 tg Exp $");
#endif
#define MKSH_VERSION "R39 2010/07/04"
#define MKSH_VERSION "R39 2010/07/11"
#ifndef MKSH_INCLUDES_ONLY