into whimsy.udel.edu:/deacon/backroom/ntp-dev
bk: 449f188bA0XPMt5p81nRucWnf5MJuQ
* broadcasting. It is not this function's job to select the socket
*/
static isc_boolean_t
-socket_broadcast_disable(struct interface *iface, int ind, struct sockaddr_storage *maddr)
+socket_broadcast_disable(struct interface *iface, struct sockaddr_storage *maddr)
{
#ifdef SO_BROADCAST
- int off = 0;
+ int off = 0; /* XXX: Should this be a u_char (Bug 657)? */
if (maddr->ss_family == AF_INET)
{