aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2026-01-08 00:33:54 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2026-01-25 15:54:27 +0000
commit6c82bf1407d26e9053e5a9f9259e3e32203fe31b (patch)
tree70cde11e6992d401bcc0332b8e7a138d76b42217
parentec8e8fa6014addf90f00a9b945570ff0cd18d768 (diff)
Regen for the fork and exit/wait exterror category addition
-rw-r--r--lib/libc/gen/exterr_cat_filenames.h2
1 files changed, 2 insertions, 0 deletions
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",