Hi

/usr/src/sys/netinet/ip_output.c: In function 'ip_output':
/usr/src/sys/netinet/ip_output.c:625: warning: cast discards qualifiers from 
pointer target type
/usr/src/sys/netinet/ip_output.c:659: warning: cast discards qualifiers from 
pointer target type
*** [ip_output.o] Error code 1

gw is defined 'const'.

@625:
error = (*ifp->if_output)(ifp, m, (struct sockaddr *)gw, ro)

if_output arg3 needs to be protoyped const or gw needs to not be
declared const.

Ian

-- 
Ian Freislich
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to