Without this fix, compiling ypbind with gcc 4.9 will give warnings such as this:
/opt2/branches/head/usr.sbin/ypbind/ypbind.c: In function 'rpc_received': /opt2/branches/head/usr.sbin/ypbind/ypbind.c:948:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(u_int32_t *)&ybr.ypbind_resp_u.ypbind_bindinfo.ypbind_binding_addr = raddrp->sin_addr.s_addr; ^