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/ff68f9bd2e99
branches:  trunk
changeset: 813235:ff68f9bd2e99
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 56b2116aa12a -r ff68f9bd2e99 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