From 635dbe90f28856681c546e79b162657930ba6248 Mon Sep 17 00:00:00 2001 From: pjd Date: Thu, 21 Mar 2013 22:59:01 +0000 Subject: Implement chflagsat(2) system call, similar to fchmodat(2), but operates on file flags. Reviewed by: kib, jilles Sponsored by: The FreeBSD Foundation --- sys/compat/freebsd32/syscalls.master | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/compat') diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index e7a18aa..b798d8c 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -1020,3 +1020,5 @@ int namelen); } 539 AUE_CONNECTAT NOPROTO { int connectat(int fd, int s, caddr_t name, \ int namelen); } +540 AUE_CHFLAGSAT NOPROTO { int chflagsat(int fd, const char *path, \ + u_long flags, int atflag); } -- cgit v1.1