Change to rnd.h missed in previous commit.

This commit is contained in:
tls 2011-11-28 08:00:48 +00:00
parent a031ce7187
commit 0bbf9b7ae6
1 changed files with 3 additions and 1 deletions

View File

@ -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 */