Subject: Re: Build failure of libc on port-alpha
To: Paul Goyette <paul@whooppee.com>
From: Frank van der Linden <frank@wins.uva.nl>
List: current-users
Date: 06/03/2000 16:58:32
On Sat, Jun 03, 2000 at 07:52:38AM -0700, Paul Goyette wrote:
> cc1: warnings being treated as errors
> /usr/src/lib/libc/rpc/clnt_bcast.c: In function `__rpc_getbroadifs':
> /usr/src/lib/libc/rpc/clnt_bcast.c:141: warning: type mismatch in implicit declaration for built-in function `memset'
> /usr/src/lib/libc/rpc/clnt_bcast.c:168: warning: type mismatch in implicit declaration for built-in function `memcpy'
> *** Error code 1
> 
> 
> Looks like rpc/clnt_bcast.c doesn't bother to
> 
> 	#include <string.h>
> 
> even though the man page for memcpy says it should!   :)

I just fixed it, thanks.

There were a few more bits of fallout, so I don't know when you updated
(or using what method), but you may need to update again if you want
a build that runs in one go.

- Frank