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:
Robert Watson 2007-04-29 16:20:32 +00:00
parent 15c096778f
commit 69c4d690b1

View File

@ -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.