On Thu, 16 Jun 2005, James Cameron wrote:
> robotd/util.c error fixed just now in CVS by patching include/proto.h to
> add a prototype for mprintf().  Please send us the other changes you
> did, by running "cvs diff -u > file" and attaching the file.

All those errors about strdup(), etc.  being redefined shouldn't be 'fixed' by
changing the prototypes, but by removing all the prototypes for C library
functions and instead including the appropriate header files.

Unfortunately since the CVS server is done, I can not change anything.