(file) Return to Platform_ZOS_ZSERIES_IBM.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Platform_ZOS_ZSERIES_IBM.h between version 1.28 and 1.30

version 1.28, 2006/09/05 17:13:09 version 1.30, 2006/11/10 18:14:58
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Markus Mueller (mmueller@de.ibm.com)  
 //  
 // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company  
 //                (carolann_graves@hp.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_Platform_ZOS_ZSERIES_IBM_h #ifndef Pegasus_Platform_ZOS_ZSERIES_IBM_h
Line 103 
Line 98 
 // to avoid lots of ifdefs for z/OS // to avoid lots of ifdefs for z/OS
 #define pthread_getspecific(x) pthread_getspecific_d8_np(x); #define pthread_getspecific(x) pthread_getspecific_d8_np(x);
  
   #ifndef _REMOTE_CMPI_REMOTE_H
 // use my own snprintf implementation using sprintf mapping // use my own snprintf implementation using sprintf mapping
 // until the Java SDK is fixed to work with _ISOC99_SOURCE // until the Java SDK is fixed to work with _ISOC99_SOURCE
 inline int snprintf(char *sptr, size_t len, const char* form, ...) inline int snprintf(char *sptr, size_t len, const char* form, ...)
Line 114 
Line 110 
     va_end(arguments);     va_end(arguments);
     return returnvalue;     return returnvalue;
 } }
   #endif
  
 #endif /* Pegasus_Platform_ZOS_ZSERIES_IBM_h */ #endif /* Pegasus_Platform_ZOS_ZSERIES_IBM_h */


Legend:
Removed from v.1.28  
changed lines
  Added in v.1.30

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2