Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Change to rnd.h missed in previous commit.
details: https://anonhg.NetBSD.org/src/rev/735aac3d9452
branches: trunk
changeset: 771676:735aac3d9452
user: tls <tls%NetBSD.org@localhost>
date: Mon Nov 28 08:00:48 2011 +0000
description:
Change to rnd.h missed in previous commit.
diffstat:
sys/sys/rnd.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 92234ff5713b -r 735aac3d9452 sys/sys/rnd.h
--- a/sys/sys/rnd.h Mon Nov 28 07:56:53 2011 +0000
+++ b/sys/sys/rnd.h Mon Nov 28 08:00:48 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rnd.h,v 1.24 2011/11/26 01:17:17 tls Exp $ */
+/* $NetBSD: rnd.h,v 1.25 2011/11/28 08:00:48 tls Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -189,6 +189,8 @@
void rndsink_attach(rndsink_t *);
void rndsink_detach(rndsink_t *);
+void rnd_seed(void *, size_t);
+
#endif /* _KERNEL */
#define RND_MAXSTATCOUNT 10 /* 10 sources at once max */
Home |
Main Index |
Thread Index |
Old Index