Page MenuHomeFreeBSD

Fix build on 11.1-R
ClosedPublic

Authored by lwhsu on Mar 22 2018, 8:09 AM.
Tags
None
Referenced Files
F106138377: D14793.diff
Thu, Dec 26, 12:59 AM
Unknown Object (File)
Nov 16 2024, 7:02 AM
Unknown Object (File)
Nov 5 2024, 1:58 PM
Unknown Object (File)
Oct 3 2024, 12:03 AM
Unknown Object (File)
Sep 21 2024, 1:12 PM
Unknown Object (File)
Sep 16 2024, 6:06 PM
Unknown Object (File)
Sep 15 2024, 5:59 AM
Unknown Object (File)
Sep 8 2024, 7:52 AM
Subscribers

Details

Reviewers
cem
Commits
rS331346: Fix build.
Summary

https://ci.freebsd.org/job/FreeBSD-head-amd64-build/7777/console :

In file included from /usr/src/sys/crypto/blake2/blake2_cryptodev.c:31:
/usr/src/sys/sys/bus.h:727:10: fatal error: 'device_if.h' file not found
#include "device_if.h"
         ^~~~~~~~~~~~~

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15712
Build 15738: arc lint + arc unit

Event Timeline

I don't think this has anything to do with 11.1-R? LGTM.

This revision is now accepted and ready to land.Mar 22 2018, 8:18 AM

Me either, but it's weird that I can not reproduce this on my -CURRENT test box.

This revision was automatically updated to reflect the committed changes.