git: 01007472eadd - main - getconf(1): add DEALLOC_PRESENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Apr 2023 11:15:50 UTC
The branch main has been updated by yuripv:
URL: https://cgit.FreeBSD.org/src/commit/?id=01007472eaddcb3c9abb8edab5b01c21c57f1f26
commit 01007472eaddcb3c9abb8edab5b01c21c57f1f26
Author: Yuri Pankov <yuripv@FreeBSD.org>
AuthorDate: 2023-04-26 11:01:43 +0000
Commit: Yuri Pankov <yuripv@FreeBSD.org>
CommitDate: 2023-04-26 11:13:36 +0000
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