The branch stable/14 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=7cc3cbdaa1bb4ff913ff28716d02f9543aa26a2d
commit 7cc3cbdaa1bb4ff913ff28716d02f9543aa26a2d Author: Vladimir Kondratyev <[email protected]> AuthorDate: 2024-07-21 13:09:48 +0000 Commit: Vladimir Kondratyev <[email protected]> CommitDate: 2024-08-01 21:15:56 +0000 LinuxKPI: Add linux/eventfd.h and linux/memremap.h dummy headers Sponsored by: Serenity Cyber Security, LLC MFC after: 1 week Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D45848 (cherry picked from commit 7774e08adf6c6364a0c7f07e8c40fb1ea7cc78e5) --- sys/compat/linuxkpi/dummy/include/linux/eventfd.h | 0 sys/compat/linuxkpi/dummy/include/linux/memremap.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/sys/compat/linuxkpi/dummy/include/linux/eventfd.h b/sys/compat/linuxkpi/dummy/include/linux/eventfd.h new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/sys/compat/linuxkpi/dummy/include/linux/memremap.h b/sys/compat/linuxkpi/dummy/include/linux/memremap.h new file mode 100644 index 000000000000..e69de29bb2d1
