diff options
author | mux <mux@FreeBSD.org> | 2002-05-05 23:37:44 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-05-05 23:37:44 +0000 |
commit | 07314cd73a922e08912adf63c1b4845e85a54563 (patch) | |
tree | 37778b67f699e335fb8dbe2db426dbe56a1ce305 | |
parent | 4323e678dac53d14c9b7acd6425cd62e09084a7d (diff) | |
download | FreeBSD-src-07314cd73a922e08912adf63c1b4845e85a54563.zip FreeBSD-src-07314cd73a922e08912adf63c1b4845e85a54563.tar.gz |
Add an entry for the lchflags(2) syscall. It's useful to prevent
a symlink deletion.
Reviewed by: rwatson
-rw-r--r-- | sys/kern/syscalls.master | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |