CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2014/01/18 22:19:27
Modified files: sys/net : if_media.c Log message: Count the number of media words required only once. If the media words change during M_WAITOK (note: no driver does this at the moment), then be careful to not copyout a truncated media word list, but return E2BIG. ok mikeb guenther kettenis