Don't expose #ifdef NOTYET parts to userspace via audit_ioctl.h, just
remove them, since the functionality they are associated with isn't there yet. MFC after: 3 days
This commit is contained in:
parent
15c096778f
commit
69c4d690b1
@ -48,9 +48,6 @@ struct auditpipe_ioctl_preselect {
|
||||
*/
|
||||
#define AUDITPIPE_PRESELECT_MODE_TRAIL 1 /* Global audit trail. */
|
||||
#define AUDITPIPE_PRESELECT_MODE_LOCAL 2 /* Local audit trail. */
|
||||
#ifdef NOTYET
|
||||
#define AUDITPIPE_PRESELECT_MODE_PRIORITY 3 /* Prioritized trail. */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Ioctls to read and control the behavior of individual audit pipe devices.
|
||||
|
Loading…
Reference in New Issue
Block a user