Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet/sys/sys Spell cprng_fast() properly
details: https://anonhg.NetBSD.org/src/rev/4513d85e516f
branches: trunk
changeset: 783681:4513d85e516f
user: dsl <dsl%NetBSD.org@localhost>
date: Thu Jan 03 17:12:05 2013 +0000
description:
Spell cprng_fast() properly
diffstat:
external/cddl/osnet/sys/sys/random.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 4885939cad36 -r 4513d85e516f external/cddl/osnet/sys/sys/random.h
--- a/external/cddl/osnet/sys/sys/random.h Thu Jan 03 16:42:55 2013 +0000
+++ b/external/cddl/osnet/sys/sys/random.h Thu Jan 03 17:12:05 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: random.h,v 1.4 2013/01/03 16:42:55 dsl Exp $ */
+/* $NetBSD: random.h,v 1.5 2013/01/03 17:12:05 dsl Exp $ */
/*-
* Copyright (c) 2007 Pawel Jakub Dawidek <pjd%FreeBSD.org@localhost>
@@ -33,7 +33,7 @@
#include <sys/cprng.h>
-#define random_get_bytes(p, s) cprgn_fast(p, s)
-#define random_get_pseudo_bytes(p, s) cprgn_fast(p, s)
+#define random_get_bytes(p, s) cprng_fast(p, s)
+#define random_get_pseudo_bytes(p, s) cprng_fast(p, s)
#endif /* !_OPENSOLARIS_SYS_RANDOM_H_ */
Home |
Main Index |
Thread Index |
Old Index