Michael Butler
2017-11-12 00:15:35 UTC
As follows:
--- zfs.o ---
In file included from /usr/src/lib/libprocstat/zfs.c:51:
In file included from /usr/obj/usr/src/amd64.amd64/tmp/usr/include/kvm.h:39:
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/vm/vm.h:111:13: error:
typedef redefinition with different types ('int' vs 'enum boolean_t')
typedef int boolean_t;
^
/usr/src/sys/cddl/compat/opensolaris/sys/types.h:84:34: note: previous
definition is here
typedef enum { B_FALSE, B_TRUE } boolean_t;
^
imb
--- zfs.o ---
In file included from /usr/src/lib/libprocstat/zfs.c:51:
In file included from /usr/obj/usr/src/amd64.amd64/tmp/usr/include/kvm.h:39:
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/vm/vm.h:111:13: error:
typedef redefinition with different types ('int' vs 'enum boolean_t')
typedef int boolean_t;
^
/usr/src/sys/cddl/compat/opensolaris/sys/types.h:84:34: note: previous
definition is here
typedef enum { B_FALSE, B_TRUE } boolean_t;
^
imb