=================================================================== RCS file: /cvs/prex-old/usr/include/string.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/usr/include/string.h 2008/06/03 10:38:47 1.1.1.1 +++ prex-old/usr/include/string.h 2008/08/13 17:12:36 1.1.1.1.2.1 @@ -31,11 +31,10 @@ #ifndef _STRING_H_ #define _STRING_H_ -#include -#ifdef _BSD_SIZE_T_ -typedef _BSD_SIZE_T_ size_t; -#undef _BSD_SIZE_T_ +#if !defined(_SIZE_T) +#define _SIZE_T +typedef unsigned int size_t; /* size of something in bytes */ #endif #ifndef NULL