Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/opencrypto Needs sys/time.h for struct timespec.
details: https://anonhg.NetBSD.org/src/rev/b220a2f1895a
branches: trunk
changeset: 343093:b220a2f1895a
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jan 22 22:35:27 2016 +0000
description:
Needs sys/time.h for struct timespec.
diffstat:
sys/opencrypto/cryptodev.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 57b258cb7bb6 -r b220a2f1895a sys/opencrypto/cryptodev.h
--- a/sys/opencrypto/cryptodev.h Fri Jan 22 22:31:11 2016 +0000
+++ b/sys/opencrypto/cryptodev.h Fri Jan 22 22:35:27 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cryptodev.h,v 1.26 2015/11/28 03:06:45 pgoyette Exp $ */
+/* $NetBSD: cryptodev.h,v 1.27 2016/01/22 22:35:27 dholland 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 $ */
@@ -87,6 +87,7 @@
#include <sys/ioccom.h>
#include <sys/condvar.h>
+#include <sys/time.h>
/* Some initial values */
#define CRYPTO_DRIVERS_INITIAL 4
Home |
Main Index |
Thread Index |
Old Index