Subject: Re: -current build failure (bootparamprog_1_freeresult)
To: None <current-users@netbsd.org>
From: Rob Quinn <rquinn@sprint.net>
List: current-users
Date: 03/29/2001 11:05:01
> I started seeing this a few days ago on my -current SPARC box:
> dependall ===> usr.sbin/rpc.bootparamd
> cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
> -Wno-uninitialized   -DYP -c bootparam_prot_svc.c
> bootparam_prot_svc.c: In function `bootparamprog_1':
> bootparam_prot_svc.c:95: warning: implicit declaration of function 
> bootparamprog_1_freeresult'

 I had the same thing on my sparc build, but not my i386. I did a "make
cleandir" and "make install" in usr.bin/rpcgen/ and then a cleandir and make
install in usr.sbin/rpc.bootparamd to fix it.