[BACK]Return to string.h CVS log [TXT][DIR] Up to [local] / prex-old / usr / include

Diff for /prex-old/usr/include/string.h between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:47 version 1.1.1.1.2.1, 2008/08/13 17:12:36
Line 31 
Line 31 
   
 #ifndef _STRING_H_  #ifndef _STRING_H_
 #define _STRING_H_  #define _STRING_H_
 #include <machine/ansi.h>  
   
 #ifdef  _BSD_SIZE_T_  #if !defined(_SIZE_T)
 typedef _BSD_SIZE_T_    size_t;  #define _SIZE_T
 #undef  _BSD_SIZE_T_  typedef unsigned int    size_t;         /* size of something in bytes */
 #endif  #endif
   
 #ifndef NULL  #ifndef NULL

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb