
30 Nov
2015
30 Nov
'15
11:13 p.m.
On Sat, Nov 28, 2015 at 7:04 AM, Tom Rini trini@konsulko.com wrote:
With more recent gcc versions we otherwise get an error like: note: expected 'const struct sockaddr *' but argument is of type 'struct sockaddr_in *'
and the common solution here is to cast, rather than re-work the code.
Cc: Joe Hershberger joe.hershberger@ni.com Cc: Simon Glass sjg@chromium.org Signed-off-by: Tom Rini trini@konsulko.com
Acked-by: Joe Hershberger joe.hershberger@ni.com