If you don't do builds of slim_source then you can ignore this message.
With the fix for bug 12641:
changeset: 640:c373bf96fa3f
tag: tip
user: Evan Layton <Evan.Layton at Sun.COM>
date: Wed Nov 18 17:11:40 2009 -0800
This change to libbe requires the newer version of libzfs.h in snv-128, to
compile. Due to this it is no longer possible to do a nightly build of the
current bits in slim_source on anything older than snv-128.
Doing nightly builds on builds older than 128 will give errors similar to the
following:
"be_create.c", line 2269: argument #4 is incompatible with prototype:
prototype: struct sendflags {int verbose :1, int replicate :1, int
doall :1, int fromorigin :1, int dedup :1, int props :1} :
"/usr/include/libzfs.h", line 494
argument : int
"be_create.c", line 2269: prototype mismatch: 8 args passed, 7 expected
cc: acomp failed for be_create.c
Thanks,
-evan