From 01007472eaddcb3c9abb8edab5b01c21c57f1f26 Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Wed, 26 Apr 2023 13:01:43 +0200 Subject: [PATCH] getconf(1): add DEALLOC_PRESENT Allow getconf to query _PC_DEALLOC_PRESENT pathconf(2) variable added in 0dc332bff200. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D39796 --- usr.bin/getconf/pathconf.gperf | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/getconf/pathconf.gperf b/usr.bin/getconf/pathconf.gperf index f33a66a06c7f..d00251ab0054 100644 --- a/usr.bin/getconf/pathconf.gperf +++ b/usr.bin/getconf/pathconf.gperf @@ -24,6 +24,7 @@ ACL_EXTENDED, _PC_ACL_EXTENDED ACL_NFS4, _PC_ACL_NFS4 ACL_PATH_MAX, _PC_ACL_PATH_MAX CAP_PRESENT, _PC_CAP_PRESENT +DEALLOC_PRESENT, _PC_DEALLOC_PRESENT FILESIZEBITS, _PC_FILESIZEBITS INF_PRESENT, _PC_INF_PRESENT LINK_MAX, _PC_LINK_MAX