fix ifru_data and ifcu_buf types in net/if.h
authorDaniel Sabogal <dsabogalcc@gmail.com>
Fri, 16 Sep 2016 17:34:24 +0000 (13:34 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 16 Sep 2016 21:59:54 +0000 (17:59 -0400)
commit3848a99f65952a77c03bbd905cae988f37f13ea6
tree60b0c30e1a68b3022085692479db0d47b622d530
parent78897b0dc00b7cd5c29af5e0b7eebf2396d8dce0
fix ifru_data and ifcu_buf types in net/if.h

glibc, freebsd, and openbsd use character pointers (caddr_t) for
these fields. only linux uses void pointer for the ifru_data type.
include/net/if.h