diff options
Diffstat (limited to 'xc/include/Xfuncs.h')
-rw-r--r-- | xc/include/Xfuncs.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xc/include/Xfuncs.h b/xc/include/Xfuncs.h index c7e6f58f2..4ea2c3f9e 100644 --- a/xc/include/Xfuncs.h +++ b/xc/include/Xfuncs.h @@ -25,7 +25,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. * */ -/* $XFree86: xc/include/Xfuncs.h,v 3.9 2001/12/14 19:53:25 dawes Exp $ */ +/* $XFree86: xc/include/Xfuncs.h,v 3.10 2002/05/31 18:45:38 dawes Exp $ */ #ifndef _XFUNCS_H_ #define _XFUNCS_H_ @@ -45,10 +45,6 @@ int bcmp(); void bcopy(); #define bzero(b,len) memset(b, 0, len) #define bcmp(b1,b2,len) memcmp(b1, b2, len) -#elif defined(__EMX__) -#include <strings.h> -/* bcopy, bcmp, bzero declared */ -#define _XFUNCS_H_INCLUDED_STRING_H #else #include <string.h> #define _XFUNCS_H_INCLUDED_STRING_H |