Module Name: src
Committed By: tls
Date: Mon Nov 28 08:00:48 UTC 2011
Modified Files:
src/sys/sys: rnd.h
Log Message:
Change to rnd.h missed in previous commit.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/sys/rnd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/rnd.h
diff -u src/sys/sys/rnd.h:1.24 src/sys/sys/rnd.h:1.25
--- src/sys/sys/rnd.h:1.24 Sat Nov 26 01:17:17 2011
+++ src/sys/sys/rnd.h Mon Nov 28 08:00:48 2011
@@ -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 rnd_detach_source(krndsource_t *);
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 */