Hi, I'm not sure if this has been brought up in the past yet, but when building the kernel from yesterdays 4_RELENG CVSup, I got a lot of complilation warnings (it seems if_ie.c hasn't been updated in 3 months, so changes have happened elsewhere, it seems.)
HTH, /usr/src/sys/dev/ie/if_ie.c: In function `ieget': /usr/src/sys/dev/ie/if_ie.c:1178: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:1267: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:1267: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:1284: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:1296: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c: In function `ie_readframe': /usr/src/sys/dev/ie/if_ie.c:1339: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c: In function `iestart': /usr/src/sys/dev/ie/if_ie.c:1438: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:1452: warning: cast discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c: In function `check_ie_present': /usr/src/sys/dev/ie/if_ie.c:1506: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:1515: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:1518: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:1543: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c: In function `command_and_wait': /usr/src/sys/dev/ie/if_ie.c:1800: warning: cast discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:1816: warning: cast discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c: In function `setup_rfa': /usr/src/sys/dev/ie/if_ie.c:1901: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:1925: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c: In function `mc_setup': /usr/src/sys/dev/ie/if_ie.c:1976: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:1976: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c: In function `ieinit': /usr/src/sys/dev/ie/if_ie.c:2040: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:2040: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:2089: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /usr/src/sys/dev/ie/if_ie.c:2090: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type -- Pekka Savola "You each name yourselves king, yet the Netcore Oy kingdom bleeds." Systems. Networks. Security. -- George R.R. Martin: A Clash of Kings _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
