mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Remove definition of SIG2STR_MAX from libproc.h
Reviewed by: imp, kib, des, jilles Pull Request: https://github.com/freebsd/freebsd-src/pull/1696
This commit is contained in:
parent
150274edd2
commit
6ff5a5bc1a
1 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue