Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Omit needless declaration.
details: https://anonhg.NetBSD.org/src/rev/4f8f598d1e04
branches: trunk
changeset: 337410:4f8f598d1e04
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Apr 13 23:25:14 2015 +0000
description:
Omit needless declaration.
diffstat:
sys/kern/kern_rndpool.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 36656c056c9b -r 4f8f598d1e04 sys/kern/kern_rndpool.c
--- a/sys/kern/kern_rndpool.c Mon Apr 13 23:24:33 2015 +0000
+++ b/sys/kern/kern_rndpool.c Mon Apr 13 23:25:14 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_rndpool.c,v 1.11 2015/04/13 23:24:33 riastradh Exp $ */
+/* $NetBSD: kern_rndpool.c,v 1.12 2015/04/13 23:25:14 riastradh Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_rndpool.c,v 1.11 2015/04/13 23:24:33 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_rndpool.c,v 1.12 2015/04/13 23:25:14 riastradh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -49,8 +49,6 @@
#define TAP4 9
#define TAP5 7
-static inline void rndpool_add_one_word(rndpool_t *, u_int32_t);
-
void
rndpool_init(rndpool_t *rp)
{
Home |
Main Index |
Thread Index |
Old Index