You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/11/17 17:18:01 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/Solaris SolarisDefs.hpp

peiyongz    2003/11/17 08:18:01

  Modified:    c/src/xercesc/util/Platforms/Solaris SolarisDefs.hpp
  Log:
  Fix to  #4556
  
  Revision  Changes    Path
  1.2       +4 -1      xml-xerces/c/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp
  
  Index: SolarisDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SolarisDefs.hpp	1 Feb 2002 22:22:25 -0000	1.1
  +++ SolarisDefs.hpp	17 Nov 2003 16:18:01 -0000	1.2
  @@ -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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org