From b819cea2f73f98c5662230cc9affc8cc84f77fcf Mon Sep 17 00:00:00 2001 From: Gordon Ross Date: Mon, 17 Jun 2013 10:34:00 -0400 Subject: 5917 User-mode SMB server Authored by: Thomas Keiser Authored by: Albert Lee Reviewed by: Igor Kozhukhov Reviewed by: Richard Lowe Reviewed by: Albert Lee Approved by: Dan McDonald --- usr/src/uts/common/smbsrv/alloc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr/src/uts/common/smbsrv/alloc.h') diff --git a/usr/src/uts/common/smbsrv/alloc.h b/usr/src/uts/common/smbsrv/alloc.h index 3a2ca86368..c1e93b88d6 100644 --- a/usr/src/uts/common/smbsrv/alloc.h +++ b/usr/src/uts/common/smbsrv/alloc.h @@ -21,6 +21,8 @@ /* * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Copyright 2013 Nexenta Systems, Inc. All rights reserved. */ #ifndef _SMBSRV_ALLOC_H @@ -52,9 +54,8 @@ extern "C" { */ #include -#include -#ifndef _KERNEL +#if !defined(_KERNEL) && !defined(_FAKE_KERNEL) #include #include -- cgit v1.2.3