CVSROOT: /cvs Module name: src Changes by: [email protected] 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.
