*** linux-asm-string.h.orig Sat Mar 18 20:15:54 2000 --- linux-asm-string.h Sat Mar 18 20:40:49 2000 *************** *** 19,27 **** * consider these trivial functions to be PD. */ - #ifndef __FreeBSD__ typedef int size_t; - #endif extern void *__memcpy(void * to, const void * from, size_t n); extern void *__constant_memcpy(void * to, const void * from, size_t n); --- 19,25 ----