summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
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/kern/syscalls.master
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/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 59c92d8..3bbe2e6 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -894,6 +894,6 @@
502 AUE_SYMLINKAT STD { int symlinkat(char *path1, int fd, \
char *path2); }
503 AUE_UNLINKAT STD { int unlinkat(int fd, char *path, int flag); }
-504 AUE_POSIXOPENPT STD { int posix_openpt(int flags); }
+504 AUE_POSIX_OPENPT STD { int posix_openpt(int flags); }
; Please copy any additions and changes to the following compatability tables:
; sys/compat/freebsd32/syscalls.master
OpenPOWER on IntegriCloud