aboutsummaryrefslogtreecommitdiff
path: root/lib/libcapsicum/capsicum_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcapsicum/capsicum_helpers.h')
-rw-r--r--lib/libcapsicum/capsicum_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcapsicum/capsicum_helpers.h b/lib/libcapsicum/capsicum_helpers.h
index c94cd867f2e1..d1c46e74f388 100644
--- a/lib/libcapsicum/capsicum_helpers.h
+++ b/lib/libcapsicum/capsicum_helpers.h
@@ -160,7 +160,7 @@ static __inline int
caph_fcntls_limit(int fd, uint32_t fcntlrights)
{
- if (caph_fcntls_limit(fd, fcntlrights) < 0 && errno != ENOSYS)
+ if (cap_fcntls_limit(fd, fcntlrights) < 0 && errno != ENOSYS)
return (-1);
return (0);