CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/24 04:07:43
Modified files:
usr.sbin/relayd: relay.c relayd.h
Log message:
Get rid of casts to struct rsession in relayd by not declaring a
void pointer in struct ctl_relay_event. That way the compiler can
do its job and enforce correct types.
ok pyr@ deraadt@
