summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_ioctl.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-04-29 16:20:32 +0000
committerrwatson <rwatson@FreeBSD.org>2007-04-29 16:20:32 +0000
commit6f351387690c2200c5ff8ab461315e42281b7b97 (patch)
treee58217c27189be41ba138e7a0fc54e16ceee835d /sys/security/audit/audit_ioctl.h
parent7f5712c74ba8a33317c91a8f83c05acc63bf3b1d (diff)
downloadFreeBSD-src-6f351387690c2200c5ff8ab461315e42281b7b97.zip
FreeBSD-src-6f351387690c2200c5ff8ab461315e42281b7b97.tar.gz
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
Diffstat (limited to 'sys/security/audit/audit_ioctl.h')
-rw-r--r--sys/security/audit/audit_ioctl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/security/audit/audit_ioctl.h b/sys/security/audit/audit_ioctl.h
index b68d359..edf0339 100644
--- a/sys/security/audit/audit_ioctl.h
+++ b/sys/security/audit/audit_ioctl.h
@@ -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.
OpenPOWER on IntegriCloud