[Bug 228470] struct auditpipe_ioctl_preselect's fields not defined in the same header file
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 30 21:50:33 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228470
--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:
Author: asomers
Date: Wed May 30 21:50:23 UTC 2018
New revision: 334403
URL: https://svnweb.freebsd.org/changeset/base/334403
Log:
#include <bsm/audit.h> in security/audit/audit_ioctl.h
security/audit/audit_ioctl.h uses a type from bsm/audit.h, so needs to
include it. And it needs to know the type's size, so it can't just
forward-declare.
PR: 228470
Submitted by: aniketp
MFC after: 2 weeks
Sponsored by: Google, Inc. (GSoC 2018)
Differential Revision: https://reviews.freebsd.org/D15561
Changes:
head/sys/security/audit/audit_ioctl.h
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list