The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c527f58bb10b73a0e185f01b927f27bd21031709
commit c527f58bb10b73a0e185f01b927f27bd21031709 Author: Mark Johnston <[email protected]> AuthorDate: 2026-01-16 15:56:51 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-01-16 15:56:51 +0000 exterr: Regenerate exterr_cat_filenames.h --- lib/libc/gen/exterr_cat_filenames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/exterr_cat_filenames.h b/lib/libc/gen/exterr_cat_filenames.h index 883dd98289cd..3c2eb3c4c029 100644 --- a/lib/libc/gen/exterr_cat_filenames.h +++ b/lib/libc/gen/exterr_cat_filenames.h @@ -8,9 +8,9 @@ [EXTERR_CAT_GEOM] = "geom/geom_subr.c", [EXTERR_CAT_GEOMVFS] = "geom/geom_vfs.c", [EXTERR_CAT_FILEDESC] = "kern/kern_descrip.c", - [EXTERR_CAT_INOTIFY] = "kern/vfs_inotify.c", [EXTERR_CAT_GENIO] = "kern/sys_generic.c", [EXTERR_CAT_VFSBIO] = "kern/vfs_bio.c", + [EXTERR_CAT_INOTIFY] = "kern/vfs_inotify.c", [EXTERR_CAT_VFSSYSCALL] = "kern/vfs_syscalls.c", [EXTERR_CAT_BRIDGE] = "net/if_bridge.c", [EXTERR_CAT_SWAP] = "vm/swap_pager.c",
