cvs commit: src/usr.bin/chflags chflags.1 chflags.c

Matthew Dillon dillon at apollo.backplane.com
Mon Nov 10 21:33:29 PST 2008


:It turns out we don't need to do this (tested it on leaf).  I was
:complaining on IRC about this, but it was because I forgot to add a
:prototype to sys/stat.h (duh)!
:
:The build system doesn't actually use the -h flag (hence the lchflags
:syscall) so we don't need to conditionalize it, because installworld
:will install a new version (of course the standard disclaimer of having
:a world out-of-sync with kernel applies).
:
:--Peter

    Mmm... I tested it on a test box and buildworld failed trying
    to compile it in the bootstrap stage.  libc doesn't have the symbol,
    so there is going to be a link error whether -h is used or not.

						-Matt





More information about the Commits mailing list