POSIX specifies that users should include <strings.h> before using bcopy(). So be it.
Our <strings.h> replacement currently does not declare bcopy(). But I don't want to spend more time on this legacy module. The fact that no one has needed a 'bzero' module in years shows that no one uses this family of functions any more. 2008-10-19 Bruno Haible <[EMAIL PROTECTED]> * modules/bcopy (Depends-on): Add strings. (Include): Specify <strings.h>. *** modules/bcopy.orig 2008-10-19 16:53:03.000000000 +0200 --- modules/bcopy 2008-10-19 16:52:43.000000000 +0200 *************** *** 5,10 **** --- 5,11 ---- lib/bcopy.c Depends-on: + strings configure.ac: AC_REPLACE_FUNCS(bcopy) *************** *** 12,17 **** --- 13,19 ---- Makefile.am: Include: + <strings.h> License: GPL