Commit: 56545bb25d07af11b12d2afddeb7e187aed8edbf
Parent: 29ec84e8d21f85c85be3104e29274d5328b7868e
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-09-24 21:31:13
Tree: a36bb80862defda0c3f1da1f434dddc418af8084

android/pan: Fix compilation error with musl CC android/pan.o android/pan.c: In function 'bridge_if_down': android/pan.c:153:33: error: 'caddr_t' undeclared (first use in this function) err = ioctl(sk, SIOCSIFFLAGS, (caddr_t) &ifr); ^ android/pan.c:153:33: note: each undeclared identifier is reported only once for each function it appears in Makefile:5422: recipe for target 'android/pan.o' failed make[1]: *** [android/pan.o] Error 1

Diffstat

M android/pan.c | 1 +

1 files changed, 1 insertions(+), 0 deletions(-)

View Full Diff | Patch