diff options
Diffstat (limited to 'usr/src/uts/common/smbsrv/msgbuf.h')
-rw-r--r-- | usr/src/uts/common/smbsrv/msgbuf.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/smbsrv/msgbuf.h b/usr/src/uts/common/smbsrv/msgbuf.h index 465ba476de..66d03680f1 100644 --- a/usr/src/uts/common/smbsrv/msgbuf.h +++ b/usr/src/uts/common/smbsrv/msgbuf.h @@ -19,15 +19,13 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _SMBSRV_MSGBUF_H #define _SMBSRV_MSGBUF_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* * Definition and interface for smb_msgbuf buffer management. The * smb_msgbuf interface is typically used to encode or decode SMB @@ -36,7 +34,7 @@ */ #include <sys/types.h> -#include <smbsrv/smb_i18n.h> +#include <smbsrv/string.h> #ifdef __cplusplus extern "C" { |