svn commit: r316483 - head/sys/opencrypto
Allan Jude
allanjude at FreeBSD.org
Tue Apr 4 04:01:04 UTC 2017
Author: allanjude
Date: Tue Apr 4 04:01:02 2017
New Revision: 316483
URL: https://svnweb.freebsd.org/changeset/base/316483
Log:
remove machine/metadata.h from sys/opencrypto/crypto.c
The header was added by the recent keybuf feature (r316343)
MODINFOMD_KEYBUF originally resided here, but was moved to linker.h
This change fixes the build on risc-5 which doesn't have a metadata.h
Detected by Jenkins: https://ci.freebsd.org/job/FreeBSD-head-riscv64-build/1167/console
Reported by: lwhsu
Modified:
head/sys/opencrypto/crypto.c
Modified: head/sys/opencrypto/crypto.c
==============================================================================
--- head/sys/opencrypto/crypto.c Tue Apr 4 02:55:55 2017 (r316482)
+++ head/sys/opencrypto/crypto.c Tue Apr 4 04:01:02 2017 (r316483)
@@ -86,7 +86,6 @@ __FBSDID("$FreeBSD$");
#if defined(__i386__) || defined(__amd64__) || defined(__aarch64__)
#include <machine/pcb.h>
#endif
-#include <machine/metadata.h>
SDT_PROVIDER_DEFINE(opencrypto);
More information about the svn-src-all
mailing list