svn commit: r363878 - stable/12/sys/bsm
Kyle Evans
kevans at FreeBSD.org
Wed Aug 5 03:30:04 UTC 2020
Author: kevans
Date: Wed Aug 5 03:30:03 2020
New Revision: 363878
URL: https://svnweb.freebsd.org/changeset/base/363878
Log:
MFC r360235: bsm: add AUE_CLOSERANGE
Modified:
stable/12/sys/bsm/audit_kevents.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/bsm/audit_kevents.h
==============================================================================
--- stable/12/sys/bsm/audit_kevents.h Wed Aug 5 01:43:40 2020 (r363877)
+++ stable/12/sys/bsm/audit_kevents.h Wed Aug 5 03:30:03 2020 (r363878)
@@ -644,6 +644,7 @@
#define AUE_SETLOGINCLASS 43238 /* FreeBSD-specific. */
#define AUE_POSIX_FADVISE 43239 /* FreeBSD-specific. */
#define AUE_SCTP_GENERIC_SENDMSG_IOV 43240 /* FreeBSD-specific. */
+#define AUE_CLOSERANGE 43265 /* FreeBSD-specific. */
/*
* Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
More information about the svn-src-all
mailing list