CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/26 09:23:02
Modified files:
sys/dev/usb : if_umb.c if_umb.h
Log message:
Replace umb_ntop() with sockaddr_ntop() which does almost the same thing.
Also change the storage type for the DNS addresses to struct in_addr since
that is more convinient for userland. This includes some minor other cleanup.
OK gerhard@
