Source-Changes-HG archive

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

[src/trunk]: src/sys/opencrypto It is best to explicitly include <sys/condvar...



details:   https://anonhg.NetBSD.org/src/rev/076b0d6f1de4
branches:  trunk
changeset: 747144:076b0d6f1de4
user:      he <he%NetBSD.org@localhost>
date:      Fri Sep 04 08:58:44 2009 +0000

description:
It is best to explicitly include <sys/condvar.h> if we're going to
use kcondvar_t.

diffstat:

 sys/opencrypto/cryptodev.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 01f4cdce9aeb -r 076b0d6f1de4 sys/opencrypto/cryptodev.h
--- a/sys/opencrypto/cryptodev.h        Fri Sep 04 08:57:00 2009 +0000
+++ b/sys/opencrypto/cryptodev.h        Fri Sep 04 08:58:44 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cryptodev.h,v 1.16 2009/03/25 01:26:13 darran Exp $ */
+/*     $NetBSD: cryptodev.h,v 1.17 2009/09/04 08:58:44 he Exp $ */
 /*     $FreeBSD: src/sys/opencrypto/cryptodev.h,v 1.2.2.6 2003/07/02 17:04:50 sam Exp $        */
 /*     $OpenBSD: cryptodev.h,v 1.33 2002/07/17 23:52:39 art Exp $      */
 
@@ -86,6 +86,7 @@
 #define _CRYPTO_CRYPTO_H_
 
 #include <sys/ioccom.h>
+#include <sys/condvar.h>
 
 /* Some initial values */
 #define CRYPTO_DRIVERS_INITIAL 4



Home | Main Index | Thread Index | Old Index