diff options
Diffstat (limited to 'usr/src/uts/common/smbsrv/cp_usascii.h')
-rw-r--r-- | usr/src/uts/common/smbsrv/cp_usascii.h | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/usr/src/uts/common/smbsrv/cp_usascii.h b/usr/src/uts/common/smbsrv/cp_usascii.h index d72c28bb88..63e830ca03 100644 --- a/usr/src/uts/common/smbsrv/cp_usascii.h +++ b/usr/src/uts/common/smbsrv/cp_usascii.h @@ -19,33 +19,25 @@ * 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_CP_USASCII_H #define _SMBSRV_CP_USASCII_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* - * This file specifies a codepage mapping for a given character set as - * specified below: - * - * This is the codepage for the US-ASCII Character Set - * This codepage defines values for the characters of the - * written alphabet of the English language. The US-ASCII - * character set is used in the USA. It is a proper - * subset of the Latin-1 character set. + * This file specifies the codepage mapping the US-ASCII Character Set, + * which is a subset of the Latin-1 character set. */ -#include <smbsrv/codepage.h> +#include <smbsrv/string.h> #ifdef __cplusplus extern "C" { #endif -codepage_t usascii_codepage[256] = { +smb_codepage_t usascii_codepage[256] = { { CODEPAGE_ISNONE, 0x0000, 0x0000 }, /* 0x0000 */ { CODEPAGE_ISNONE, 0x0001, 0x0001 }, /* 0x0001 */ { CODEPAGE_ISNONE, 0x0002, 0x0002 }, /* 0x0002 */ |