diff options
Diffstat (limited to 'usr/src/uts/common/smbsrv/mac_cifs.h')
-rw-r--r-- | usr/src/uts/common/smbsrv/mac_cifs.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/smbsrv/mac_cifs.h b/usr/src/uts/common/smbsrv/mac_cifs.h index 26f0451958..767cf50cd8 100644 --- a/usr/src/uts/common/smbsrv/mac_cifs.h +++ b/usr/src/uts/common/smbsrv/mac_cifs.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_MAC_CIFS_H #define _SMBSRV_MAC_CIFS_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* * This file provides definitions for the Macintosh Extensions for CIFS * interface (see http://www.thursby.com/cifs). @@ -42,7 +40,7 @@ extern "C" { * Macintosh information level extensions. The entire list is presented * here for convenience but for consistency with the existing CIFS * information levels don't use these values directly. Use the SMB_MAC_ - * definitions in cifs.h. + * definitions in smb.h. * * SmbTrans2QueryFsInformation: MAC_QUERY_FS_INFO * SmbTrans2Find{First|Next}2: MAC_FIND_BOTH_HFS_INFO |