Date: Sun, 16 Jun 2019 10:46:03 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r349102 - stable/12/sys/opencrypto Message-ID: <201906161046.x5GAk3jV092423@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marius Date: Sun Jun 16 10:46:02 2019 New Revision: 349102 URL: https://svnweb.freebsd.org/changeset/base/349102 Log: MFC: r343979 As struct cryptop is wrapped in #ifdef _KERNEL, userland doesn't need to drag in <sys/_task.h> either. Modified: stable/12/sys/opencrypto/cryptodev.h Directory Properties: stable/12/ (props changed) Modified: stable/12/sys/opencrypto/cryptodev.h ============================================================================== --- stable/12/sys/opencrypto/cryptodev.h Sun Jun 16 10:43:18 2019 (r349101) +++ stable/12/sys/opencrypto/cryptodev.h Sun Jun 16 10:46:02 2019 (r349102) @@ -63,10 +63,10 @@ #define _CRYPTO_CRYPTO_H_ #include <sys/ioccom.h> -#include <sys/_task.h> #ifdef _KERNEL #include <opencrypto/_cryptodev.h> +#include <sys/_task.h> #endif /* Some initial values */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906161046.x5GAk3jV092423>