git: 6c82bf1407d2 - main - Regen for the fork and exit/wait exterror category addition
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Jan 2026 15:57:03 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=6c82bf1407d26e9053e5a9f9259e3e32203fe31b
commit 6c82bf1407d26e9053e5a9f9259e3e32203fe31b
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-01-08 00:33:54 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-01-25 15:54:27 +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",