From ca9cba33a5202d8b9fb638796fe37b2a974184ee Mon Sep 17 00:00:00 2001
From: Kyle Evans <kevans@FreeBSD.org>
Date: Fri, 24 Apr 2020 01:27:25 +0000
Subject: bsm: add AUE_CLOSERANGE

AUE_CLOSERANGE has been accepted upstream as 43265; AUE_REALPATHAT has now
been upstreamed.
---
 sys/bsm/audit_kevents.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'sys/bsm')

diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h
index 58582e235635..150ecc1b49ac 100644
--- a/sys/bsm/audit_kevents.h
+++ b/sys/bsm/audit_kevents.h
@@ -658,6 +658,7 @@
 #define	AUE_EXECVEAT		43262	/* FreeBSD/Linux. */
 #define	AUE_SHMRENAME		43263	/* FreeBSD-specific. */
 #define	AUE_REALPATHAT		43264	/* FreeBSD-specific. */
+#define	AUE_CLOSERANGE		43265	/* FreeBSD-specific. */
 
 /*
  * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
-- 
cgit v1.2.3