git: 5b61a139a63c - stable/15 - Regen for the fork and exit/wait exterror category addition
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Feb 2026 21:41:06 UTC
The branch stable/15 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=5b61a139a63c06ddebad71761d692e85a607f420
commit 5b61a139a63c06ddebad71761d692e85a607f420
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-01-25 16:10:56 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-02-01 21:38:49 +0000
Regen for the fork and exit/wait exterror category addition
---
lib/libc/gen/exterr_cat_filenames.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/libc/gen/exterr_cat_filenames.h b/lib/libc/gen/exterr_cat_filenames.h
index 3c2eb3c4c029..d55396a1b286 100644
--- a/lib/libc/gen/exterr_cat_filenames.h
+++ b/lib/libc/gen/exterr_cat_filenames.h
@@ -8,6 +8,8 @@
[EXTERR_CAT_GEOM] = "geom/geom_subr.c",
[EXTERR_CAT_GEOMVFS] = "geom/geom_vfs.c",
[EXTERR_CAT_FILEDESC] = "kern/kern_descrip.c",
+ [EXTERR_CAT_PROCEXIT] = "kern/kern_exit.c",
+ [EXTERR_CAT_FORK] = "kern/kern_fork.c",
[EXTERR_CAT_GENIO] = "kern/sys_generic.c",
[EXTERR_CAT_VFSBIO] = "kern/vfs_bio.c",
[EXTERR_CAT_INOTIFY] = "kern/vfs_inotify.c",