X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fcmpt.c;h=6edf8402b8e58220415c3a0e4a3c261b49e378b6;hb=6359e38d967c4d0321754299a3a54a9e0660f26e;hp=eabce79c6dac171b307cbf06fa3601f699654999;hpb=d1211bddb11ba858d1b4d7cce01056df730d0027;p=wget diff --git a/src/cmpt.c b/src/cmpt.c index eabce79c..6edf8402 100644 --- a/src/cmpt.c +++ b/src/cmpt.c @@ -1446,6 +1446,10 @@ usleep (unsigned long usec) #endif /* not HAVE_USLEEP */ +/* Currently unused in Wget. Uncomment if we start using memmove + again. */ +#if 0 + #ifndef HAVE_MEMMOVE void * memmove (char *dest, const char *source, unsigned length) @@ -1464,3 +1468,5 @@ memmove (char *dest, const char *source, unsigned length) return (void *) d0; } #endif /* not HAVE_MEMMOVE */ + +#endif /* 0 */