git: ab89c5f7121f - main - sysproto.h: regen after c1c8afd04e34d

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Fri, 01 Dec 2023 21:46:27 UTC
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=ab89c5f7121f30c18d272a3a918c411a95daf710

commit ab89c5f7121f30c18d272a3a918c411a95daf710
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-12-01 21:45:42 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-12-01 21:45:42 +0000

    sysproto.h: regen after c1c8afd04e34d
---
 sys/compat/freebsd32/freebsd32_proto.h | 6 ++++++
 sys/sys/sysproto.h                     | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/sys/compat/freebsd32/freebsd32_proto.h b/sys/compat/freebsd32/freebsd32_proto.h
index 50448b6dce16..c2d3a700eb6d 100644
--- a/sys/compat/freebsd32/freebsd32_proto.h
+++ b/sys/compat/freebsd32/freebsd32_proto.h
@@ -1142,6 +1142,12 @@ int	freebsd11_freebsd32_fstatat(struct thread *, struct freebsd11_freebsd32_fsta
 
 #endif /* COMPAT_FREEBSD13 */
 
+
+#ifdef COMPAT_FREEBSD14
+
+
+#endif /* COMPAT_FREEBSD14 */
+
 #define	FREEBSD32_SYS_AUE_freebsd32_wait4	AUE_WAIT4
 #define	FREEBSD32_SYS_AUE_freebsd4_freebsd32_getfsstat	AUE_GETFSSTAT
 #define	FREEBSD32_SYS_AUE_ofreebsd32_lseek	AUE_LSEEK
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index d0eb5a43d00b..374f5c7d6065 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -2767,6 +2767,12 @@ int	freebsd13_swapoff(struct thread *, struct freebsd13_swapoff_args *);
 
 #endif /* COMPAT_FREEBSD13 */
 
+
+#ifdef COMPAT_FREEBSD14
+
+
+#endif /* COMPAT_FREEBSD14 */
+
 #define	SYS_AUE_exit	AUE_EXIT
 #define	SYS_AUE_fork	AUE_FORK
 #define	SYS_AUE_read	AUE_READ