jdk/src/share/native/sun/security/ec/impl/ecc_impl.h
changeset 8175 27e80dc06104
parent 5506 202f599c92aa
child 9035 1255eb81cc2f
--- a/jdk/src/share/native/sun/security/ec/impl/ecc_impl.h	Tue Feb 01 14:20:01 2011 -0800
+++ b/jdk/src/share/native/sun/security/ec/impl/ecc_impl.h	Fri Feb 04 00:33:30 2011 +0000
@@ -51,15 +51,13 @@
  *
  *********************************************************************** */
 /*
- * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  */
 
 #ifndef _ECC_IMPL_H
 #define _ECC_IMPL_H
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -82,6 +80,7 @@
 typedef unsigned char uint8_t;
 typedef unsigned long ulong_t;
 typedef enum boolean { B_FALSE, B_TRUE } boolean_t;
+#define strdup _strdup          /* Replace POSIX name with ISO C++ name */
 #endif /* _WIN32 */
 
 #ifndef _KERNEL