Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/crypto/cprng_fast Fix inconsistent use of inline in prot...



details:   https://anonhg.NetBSD.org/src/rev/48ae672a05c3
branches:  trunk
changeset: 331485:48ae672a05c3
user:      justin <justin%NetBSD.org@localhost>
date:      Mon Aug 11 22:36:49 2014 +0000

description:
Fix inconsistent use of inline in prototype and definition

diffstat:

 sys/crypto/cprng_fast/cprng_fast.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 76cbe288939e -r 48ae672a05c3 sys/crypto/cprng_fast/cprng_fast.c
--- a/sys/crypto/cprng_fast/cprng_fast.c        Mon Aug 11 22:28:50 2014 +0000
+++ b/sys/crypto/cprng_fast/cprng_fast.c        Mon Aug 11 22:36:49 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cprng_fast.c,v 1.10 2014/08/11 13:22:16 riastradh Exp $        */
+/*     $NetBSD: cprng_fast.c,v 1.11 2014/08/11 22:36:49 justin Exp $   */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cprng_fast.c,v 1.10 2014/08/11 13:22:16 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cprng_fast.c,v 1.11 2014/08/11 22:36:49 justin Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -264,7 +264,7 @@
        percpu_putref(cprng_fast_percpu);
 }
 
-static inline void
+static void
 cprng_fast_schedule_reseed(struct cprng_fast *cprng __unused)
 {
 



Home | Main Index | Thread Index | Old Index