procfs rlimit: handle pipebuf

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2024-09-20 18:04:06 +03:00
parent af96ccc6a5
commit 2c1963d463

View file

@ -127,7 +127,7 @@ struct __wrusage {
*/
#ifdef _RLIMIT_IDENT
static const char *rlimit_ident[RLIM_NLIMITS] = {
static const char *rlimit_ident[] = {
"cpu",
"fsize",
"data",
@ -143,6 +143,7 @@ static const char *rlimit_ident[RLIM_NLIMITS] = {
"swap",
"kqueues",
"umtx",
"pipebuf",
};
#endif