Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2020 03:30:04 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r363878 - stable/12/sys/bsm
Message-ID:  <202008050330.0753U4p0088146@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008050330.0753U4p0088146>