From Marc.Brett@westerngeco.com
bk: 3c4df2b9FwyDeSHH_vlOH82excwNpQ
msyslog(LOG_INFO, "findhostaddr: address resolved.");
#endif
s = strlen(hp->h_name) + 1;
- cp = emalloc(s);
+ cp = (char *)emalloc(s);
strcpy(cp, hp->h_name);
entry->ce_name = cp;
}
u_long sys_automax; /* maximum session key lifetime */
int sys_bclient; /* we set our time to broadcasts */
int sys_manycastserver; /* 1 => respond to manycast client pkts */
-u_long client_limit_period;
char * req_file; /* name of the file with configuration info */
keyid_t ctl_auth_keyid; /* keyid used for authenticating write requests */
struct interface *any_interface; /* default interface */