From 892d1075a43d31669bdcb6e86b604485c7b9bd6e Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 26 Mar 2020 12:39:48 -0400 Subject: sys/freebsd: add lchmod(2) --- executor/syscalls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 12d3cf07d..d4e0cf880 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -482,6 +482,7 @@ const call_t syscalls[] = { {"ioctl$DIOCXBEGIN", 54}, {"ioctl$DIOCXCOMMIT", 54}, {"ioctl$DIOCXROLLBACK", 54}, + {"lchmod", 274}, {"lchown", 254}, {"link", 9}, {"linkat", 495}, @@ -987,6 +988,7 @@ const call_t syscalls[] = { {"ioctl$DIOCXBEGIN", 54}, {"ioctl$DIOCXCOMMIT", 54}, {"ioctl$DIOCXROLLBACK", 54}, + {"lchmod", 274}, {"lchown", 254}, {"link", 9}, {"linkat", 495}, -- cgit mrf-deployment