Blob Blame History Raw
--- cernlib-2006/2006/src/packlib/kuip/kuip/kstring.h.fortify	2007-04-13 02:26:39.000000000 +0200
+++ cernlib-2006/2006/src/packlib/kuip/kuip/kstring.h	2007-04-13 02:27:12.000000000 +0200
@@ -21,8 +21,10 @@
  */
 
 #ifndef WIN32
+#ifndef memmove
 extern void* memmove( void* dst, const void* src, size_t n );
 #endif
+#endif
 
 /* GF. make conform to kkern.c#if !defined(__convexc__)*/
 #ifndef HAVE_STRCASECMP