Re: [OpenWrt-Devel] [PATCH] odhcp6c: fix build on architectures where char is unsigned

2012-12-22 Thread Gabor Juhos
2012.12.22. 17:48 keltezéssel, David Woodhouse írta: > This fixes the build failure reported by Daniel Golle on architectures > where char is unsigned by default, which is now fixed upstream. > > Signed-off-by: David Woodhouse This has been fixed already: https://dev.openwrt.org/changeset/34856

[OpenWrt-Devel] [PATCH] odhcp6c: fix build on architectures where char is unsigned

2012-12-22 Thread David Woodhouse
This fixes the build failure reported by Daniel Golle on architectures where char is unsigned by default, which is now fixed upstream. Signed-off-by: David Woodhouse --- package/network/ipv6/odhcp6c/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/netw