Module Name:src
Committed By: joerg
Date: Tue Mar 15 00:48:04 UTC 2011
Modified Files:
src/external/cddl/osnet/dist/common/acl: acl_common.c
Log Message:
Don't define acl_alloc and acl_free during kernel builds.
Fixes module build with clang.
To generate a diff of this c
Module Name:src
Committed By: riz
Date: Wed Mar 9 23:55:46 UTC 2011
Modified Files:
src/external/cddl/osnet/dist/common/acl: acl_common.c
Log Message:
#include (from the ZFS sources) so that ASSERT() is
defined, and we don't get problems like kern/44430. This is
more a