If you don't do builds of slim_source then you can ignore this message.
With the fix for bug 10807:
changeset: 597:98050ec9b6a1
user: Evan Layton <Evan.Layton at Sun.COM>
date: Fri Aug 21 19:27:14 2009 -0600
description:
10807 beadm destroy fails in build 121
This change to libbe requires the newer version of libzfs.h in snv-121, 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-121.
Doing nightly builds on builds older than 121 will give errors similar to the
following:
"be_snapshot.c", line 655: prototype mismatch: 3 args passed, 2 expected
cc: acomp failed for be_snapshot.c
*** Error code 2
dmake: Warning: Command failed for target `pics/i386/be_snapshot.o'
and
"be_create.c", line 1485: prototype mismatch: 3 args passed, 2 expected
cc: acomp failed for be_create.c
*** Error code 2
dmake: Warning: Command failed for target `pics/i386/be_create.o'
Thanks,
-evan