summaryrefslogtreecommitdiffstats
path: root/sys/bsm
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-08-24 21:20:35 +0000
committerrwatson <rwatson@FreeBSD.org>2008-08-24 21:20:35 +0000
commit6a45d33f338e869eb762e2f136dac33038f70b81 (patch)
treeb009bce2e4c3f7c8b1e3ebd327f816ad7fe8ca8b /sys/bsm
parente95621f381ab930a1b7f2be1bfe3259ead616346 (diff)
downloadFreeBSD-src-6a45d33f338e869eb762e2f136dac33038f70b81.zip
FreeBSD-src-6a45d33f338e869eb762e2f136dac33038f70b81.tar.gz
When MPSAFE ttys were merged, a new BSM audit event identifier was
allocated for posix_openpt(2). Unfortunately, that identifier conflicts with other events already allocated to other systems in OpenBSM. Assign a new globally unique identifier and conform better to the AUE_ event naming scheme. This is a stopgap until a new OpenBSM import is done with the correct identifier, so we'll maintain this as a local diff in svn until then. Discussed with: ed Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/bsm')
-rw-r--r--sys/bsm/audit_kevents.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h
index c538431..6e073d4 100644
--- a/sys/bsm/audit_kevents.h
+++ b/sys/bsm/audit_kevents.h
@@ -548,7 +548,7 @@
#define AUE_MKNODAT 43150 /* FreeBSD. */
#define AUE_READLINKAT 43151 /* FreeBSD. */
#define AUE_SYMLINKAT 43152 /* FreeBSD. */
-#define AUE_POSIXOPENPT 43153 /* FreeBSD. */
+#define AUE_POSIX_OPENPT 43185 /* FreeBSD. */
/*
* Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
OpenPOWER on IntegriCloud