DragonFly commits List (threaded) for 2008-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/usr.bin/chflags chflags.1 chflags.c
: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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]