changeset 4341:68ad29579bb7

6543159 metaslot should check for function availability before trying hardware provider (fix hdrchk)
author dinak
date Tue, 29 May 2007 11:25:08 -0700
parents 3c0d0e161a41
children d140da8c7329
files usr/src/lib/pkcs11/libpkcs11/common/metaGlobal.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/lib/pkcs11/libpkcs11/common/metaGlobal.h	Tue May 29 10:57:45 2007 -0700
+++ b/usr/src/lib/pkcs11/libpkcs11/common/metaGlobal.h	Tue May 29 11:25:08 2007 -0700
@@ -23,8 +23,8 @@
  * Use is subject to license terms.
  */
 
-#ifndef _META_GLOBAL_H
-#define	_META_GLOBAL_H
+#ifndef _METAGLOBAL_H
+#define	_METAGLOBAL_H
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
@@ -814,4 +814,4 @@
 }
 #endif
 
-#endif /* _META_GLOBAL_H */
+#endif /* _METAGLOBAL_H */