Module Name: src
Committed By: he
Date: Fri Sep 4 08:58:44 UTC 2009
Modified Files:
src/sys/opencrypto: cryptodev.h
Log Message:
It is best to explicitly include <sys/condvar.h> if we're going to
use kcondvar_t.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/opencrypto/cryptodev.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/opencrypto/cryptodev.h
diff -u src/sys/opencrypto/cryptodev.h:1.16 src/sys/opencrypto/cryptodev.h:1.17
--- src/sys/opencrypto/cryptodev.h:1.16 Wed Mar 25 01:26:13 2009
+++ src/sys/opencrypto/cryptodev.h Fri Sep 4 08:58:44 2009
@@ -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