diff options
author | Adam Jackson <ajax@redhat.com> | 2009-06-12 12:33:22 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-06-12 12:33:22 -0400 |
commit | bab9c572cd4dc916ff0acab99de8bb526212d77f (patch) | |
tree | f9e484e5d5157505712d6dac64d478716b468efa /Xfuncs.h | |
parent | ced38e880b54f2aae31a5354aecb4235a129f0a4 (diff) |
Remove a bunch of garbage for unsupported platforms.
Diffstat (limited to 'Xfuncs.h')
-rw-r--r-- | Xfuncs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ void bcopy(); #undef bzero #define bzero(b,len) memset(b,0,len) #else -#if defined(SYSV) || defined(luna) || defined(sun) || defined(__sxg__) +#if defined(SYSV) || defined(sun) #include <memory.h> #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len)) #if defined(SYSV) && defined(_XBCOPYFUNC) |