From 2258ebdada1b5adf36a9aabb0ee42c852aa28eec Mon Sep 17 00:00:00 2001
From: PeiYong Zhang <peiyongz@apache.org>
Date: Mon, 17 Nov 2003 16:18:01 +0000
Subject: [PATCH] Fix to  #4556

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175395 13f79535-47bb-0310-9956-ffa450edef68
---
 src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp b/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp
index d307aaba8..9c3de4d20 100644
--- a/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp
+++ b/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp
@@ -56,8 +56,11 @@
 
 /*
  * $Log$
- * Revision 1.1  2002/02/01 22:22:25  peiyongz
- * Initial revision
+ * Revision 1.2  2003/11/17 16:18:01  peiyongz
+ * Fix to  #4556
+ *
+ * Revision 1.1.1.1  2002/02/01 22:22:25  peiyongz
+ * sane_include
  *
  * Revision 1.4  2000/03/02 19:55:30  roddey
  * This checkin includes many changes done while waiting for the
@@ -83,7 +86,7 @@
 //  SPARC runs in big endian mode
 // ---------------------------------------------------------------------------
 #define ENDIANMODE_BIG
-typedef void* FileHandle;
+typedef int FileHandle;
 
 #ifndef SOLARIS
 #define SOLARIS
-- 
GitLab