Print this page
NEX-16818 Add fksmbcl development tool
NEX-17264 SMB client test tp_smbutil_013 fails after NEX-14666
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
and: (fix ref leaks)

@@ -35,11 +35,11 @@
 #include <sys/debug.h>
 #endif /* _KERNEL && !_ASM */
 
 #include <sys/isa_defs.h>
 
-#if defined(_KERNEL) || defined(_KMEMUSER)
+#if defined(_KERNEL) || defined(_FAKE_KERNEL) || defined(_KMEMUSER)
 
 /*
  * These bits are used in various places to specify the data model
  * of the originator (and/or consumer) of data items.  See <sys/conf.h>
  * <sys/file.h>, <sys/stream.h> and <sys/sunddi.h>.