Add the lchflags() syscall.
authorPeter Avalos <pavalos@dragonflybsd.org>
Tue, 11 Nov 2008 00:55:49 +0000 (00:55 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Tue, 11 Nov 2008 00:55:49 +0000 (00:55 +0000)
commit91fdc00117d9df256be74e752e5783431a8227f2
tree41bc3a9fdf6e8b5a854e386bf953eb2c3d1fbcd4
parent33a3f2cc7d1a6e9cc3a439ccab3ae990d6eb4363
Add the lchflags() syscall.

This is essentially the same as chflags(), but it operates on the symlink,
not on the underlying file.

Documentation-from: FreeBSD
Reviewed-by: dillon
13 files changed:
lib/libarchive/config.h
lib/libc/sys/Makefile.inc
lib/libc/sys/chflags.2
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/kern/vfs_syscalls.c
sys/sys/param.h
sys/sys/stat.h
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h