CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2017/06/27 09:56:15
Modified files: sbin/dhclient : bpf.c Log message: Make if_register_bpf() the same as the other if_register_*() functions by directly assigning the socket fd to ifi->bfdesc rather than returning it and having the caller do the assignment.