NetBSD/usr.bin/chflags
mrg a6f7a7855f implement lchflags(2), which does the chflags(2) dance without following
symlinks, and thus can operate on symlinks.  remove a bogus comment in
chflags(1) that claims symlinks do not have file flags.

XXX: todo -- make chflags(1) use lchflags(2) when given the right options.
2000-04-17 14:31:21 +00:00
..
Makefile
chflags.1 implement lchflags(2), which does the chflags(2) dance without following 2000-04-17 14:31:21 +00:00
chflags.c