The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=8b39d2fe3526363542997579edd4fb8991acb334
commit 8b39d2fe3526363542997579edd4fb8991acb334 Author: Emmanuel Vadot <[email protected]> AuthorDate: 2022-01-11 10:13:05 +0000 Commit: Emmanuel Vadot <[email protected]> CommitDate: 2022-02-21 16:29:15 +0000 options: Remove EXT_RESOURCES It is now unused in kernel code. MFC after: Never Differential Revision: https://reviews.freebsd.org/D33839 --- sys/conf/options | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/options b/sys/conf/options index c66b94ce2efd..0c10801637c2 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -105,7 +105,6 @@ COMPILING_LINT opt_global.h CY_PCI_FASTINTR DEADLKRES opt_watchdog.h EXPERIMENTAL opt_global.h -EXT_RESOURCES opt_global.h DIRECTIO FILEMON opt_dontuse.h FFCLOCK
