Page MenuHomeFreeBSD

Fix build on 11.1-R
ClosedPublic

Authored by lwhsu on Mar 22 2018, 8:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 30, 2:44 AM
Unknown Object (File)
Tue, Sep 30, 12:11 AM
Unknown Object (File)
Mon, Sep 29, 9:32 PM
Unknown Object (File)
Mon, Sep 29, 9:26 PM
Unknown Object (File)
Aug 9 2025, 1:16 PM
Unknown Object (File)
Aug 9 2025, 12:58 PM
Unknown Object (File)
Jul 29 2025, 12:49 AM
Unknown Object (File)
Jul 26 2025, 8:12 PM
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 Not Applicable
Unit
Tests Not Applicable

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.