Date: Wed, 11 Jun 2025 23:16:39 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6ff5a5bc1a7b - main - Remove definition of SIG2STR_MAX from libproc.h Message-ID: <202506112316.55BNGdSn046169@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=6ff5a5bc1a7bc8f669d31ae1dedd779e839c1da1 commit 6ff5a5bc1a7bc8f669d31ae1dedd779e839c1da1 Author: Ricardo Branco <rbranco@suse.de> AuthorDate: 2025-05-10 21:18:23 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-06-11 23:16:21 +0000 Remove definition of SIG2STR_MAX from libproc.h Reviewed by: imp, kib, des, jilles Pull Request: https://github.com/freebsd/freebsd-src/pull/1696 --- lib/libproc/libproc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libproc/libproc.h b/lib/libproc/libproc.h index 38a4faff94d5..a77bdbb35b59 100644 --- a/lib/libproc/libproc.h +++ b/lib/libproc/libproc.h @@ -105,8 +105,6 @@ typedef enum { REG_RVAL2 } proc_reg_t; -#define SIG2STR_MAX 8 - typedef struct lwpstatus { int pr_why; #define PR_REQUESTED 1 /* not implemented */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506112316.55BNGdSn046169>