Module Name:    src
Committed By:   dholland
Date:           Fri Jan 22 22:35:27 UTC 2016

Modified Files:
        src/sys/opencrypto: cryptodev.h

Log Message:
Needs sys/time.h for struct timespec.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 src/sys/opencrypto/cryptodev.h:1.27
--- src/sys/opencrypto/cryptodev.h:1.26	Sat Nov 28 03:06:45 2015
+++ src/sys/opencrypto/cryptodev.h	Fri Jan 22 22:35:27 2016
@@ -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

Reply via email to