Be consistent and always use socket(..., SOCK_DGRAM, ...) for
authorkrw <krw@openbsd.org>
Wed, 28 Jun 2017 11:53:08 +0000 (11:53 +0000)
committerkrw <krw@openbsd.org>
Wed, 28 Jun 2017 11:53:08 +0000 (11:53 +0000)
commit0f83fca872acb83c2f55aef3f286a0ca567fc534
tree82c0fd0893556de1fe00130d9ef00cc66e9f913d
parent0f99bcbc1eb53298abbdf425786417b890b41737
Be consistent and always use socket(..., SOCK_DGRAM, ...) for
the sockets being used to issue ioctl()'s.

ok claudio@
sbin/dhclient/kroute.c