Parent: 56545bb25d07af11b12d2afddeb7e187aed8edbf
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-09-24 21:31:13
Tree: 60a448b82103684d1d1f5afb8666e7ed25acbbd1
android/client: Fix compilation errors with musl Fix number of build errors similar to: CC android/client/android_haltest-tabcompletion.o android/client/tabcompletion.c: In function 'print_matches': android/client/tabcompletion.c:52:3: error: implicit declaration of function 'strncmp' [-Werror=implicit-function-declaration] if (strncmp(enum_name, prefix, len) == 0) ^ android/client/tabcompletion.c: In function 'split_command': android/client/tabcompletion.c:87:3: error: implicit declaration of function 'strncpy' [-Werror=implicit-function-declaration] strncpy(arg->ntcopy, arg->origin, len); ^
Diffstat
| M | android/client/if-bt.c | | | 2 | ++ |
| M | android/client/if-gatt.c | | | 2 | ++ |
| M | android/client/if-hh.c | | | 1 | + |
| M | android/client/if-hl.c | | | 1 | + |
| M | android/client/if-pan.c | | | 2 | - - |
| M | android/client/if-rc.c | | | 1 | + |
| M | android/client/if-sock.c | | | 1 | + |
| M | android/client/tabcompletion.c | | | 1 | + |
8 files changed, 9 insertions(+), 2 deletions(-)