Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/opencrypto fix compilation
details: https://anonhg.NetBSD.org/src/rev/5d71f676080a
branches: trunk
changeset: 784584:5d71f676080a
user: christos <christos%NetBSD.org@localhost>
date: Sat Feb 02 21:38:24 2013 +0000
description:
fix compilation
diffstat:
sys/opencrypto/cryptosoft.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r f092affe7229 -r 5d71f676080a sys/opencrypto/cryptosoft.c
--- a/sys/opencrypto/cryptosoft.c Sat Feb 02 21:02:06 2013 +0000
+++ b/sys/opencrypto/cryptosoft.c Sat Feb 02 21:38:24 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cryptosoft.c,v 1.40 2012/08/30 12:16:49 drochner Exp $ */
+/* $NetBSD: cryptosoft.c,v 1.41 2013/02/02 21:38:24 christos Exp $ */
/* $FreeBSD: src/sys/opencrypto/cryptosoft.c,v 1.2.2.1 2002/11/21 23:34:23 sam Exp $ */
/* $OpenBSD: cryptosoft.c,v 1.35 2002/04/26 08:43:50 deraadt Exp $ */
@@ -24,7 +24,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cryptosoft.c,v 1.40 2012/08/30 12:16:49 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cryptosoft.c,v 1.41 2013/02/02 21:38:24 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -32,6 +32,7 @@
#include <sys/mbuf.h>
#include <sys/sysctl.h>
#include <sys/errno.h>
+#include <sys/cprng.h>
#include "opt_ocf.h"
#include <opencrypto/cryptodev.h>
Home |
Main Index |
Thread Index |
Old Index