Mercurial > hg > xemacs-beta
diff src/s/sunos4-0.h @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 85ec50267440 |
children | 83b3d10dcba9 |
line wrap: on
line diff
--- a/src/s/sunos4-0.h Mon Aug 13 09:49:11 2007 +0200 +++ b/src/s/sunos4-0.h Mon Aug 13 09:50:14 2007 +0200 @@ -60,10 +60,10 @@ extern void tzsetwall (void); extern int getpagesize (void); +#include <memory.h> #ifdef __SUNPRO_C /* Suppress zillions of warnings from outdated SunOS4 prototypes */ /* Bother! Sun can't even get the arg types right. */ -#include <memory.h> #include <string.h> #define memset(a,b,c) memset((char*) (a), b, c) #define memcpy(a,b,c) memcpy((char*) (a), (char*) (b), c)