From 07314cd73a922e08912adf63c1b4845e85a54563 Mon Sep 17 00:00:00 2001 From: mux Date: Sun, 5 May 2002 23:37:44 +0000 Subject: Add an entry for the lchflags(2) syscall. It's useful to prevent a symlink deletion. Reviewed by: rwatson --- sys/kern/syscalls.master | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index aaf1cfb..28769e6 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -561,3 +561,4 @@ 389 UNIMPL BSD __mac_set_file 390 STD BSD { int kenv(int what, const char *name, char *value, \ int len); } +391 STD BSD { int lchflags(const char *path, int flags); } -- cgit v1.1