*** usr.sbin/bootparamd/callbootd/callbootd.c.ORIG Tue Jul 15 22:47:06 2003 --- usr.sbin/bootparamd/callbootd/callbootd.c Sun Sep 12 16:24:45 2004 *************** *** 80,86 **** long the_inet_addr; ! CLIENT *clnt; enum clnt_stat clnt_stat; stat_whoami_res.client_name = cln; --- 80,86 ---- long the_inet_addr; ! CLIENT *clnt = clnt; /* "init" to avoid "might be used uninitialized" warning */ enum clnt_stat clnt_stat; stat_whoami_res.client_name = cln; *** usr.sbin/bootparamd/../../include/rpcsvc/bootparam_prot.x.ORIG Thu May 29 19:24:23 2003 --- usr.sbin/bootparamd/../../include/rpcsvc/bootparam_prot.x Sun Sep 12 16:27:51 2004 *************** *** 39,44 **** --- 39,45 ---- #ifdef RPC_HDR %#include + %#include %#include %#include %#include