git: firmware(9): Change type of data pointer
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Tue Nov 29 13:58:40 PST 2016
commit 9d2642a274fc73d53e4033385c2d7b32125afe86
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Tue Nov 29 22:23:16 2016 +0100
firmware(9): Change type of data pointer
* from const void * to const uint8_t *
* Avoiding tedious and error-prone void * conversions in Linux drivers
Summary of changes:
share/man/man9/firmware.9 | 2 +-
sys/bus/u4b/wlan/if_run.c | 2 +-
sys/sys/firmware.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9d2642a274fc73d53e4033385c2d7b32125afe86
--
DragonFly BSD source repository
More information about the Commits
mailing list