Add an entry for the lchflags(2) syscall. It's useful to prevent

a symlink deletion.

Reviewed by:	rwatson
This commit is contained in:
Maxime Henrion 2002-05-05 23:37:44 +00:00
parent 576365ba36
commit 8d9b781fb5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96083

View File

@ -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); }