diff --git a/sys/sys/resource.h b/sys/sys/resource.h index c18e45d50b30..81346028f1ed 100644 --- a/sys/sys/resource.h +++ b/sys/sys/resource.h @@ -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