CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2013/06/17 12:19:44

Modified files:
        sys/net        : if_gif.c 

Log message:
Instead of bcopy() and bcmp() a single pointer in an mbuf tag,
assign with = and compare with == .  This way the compiler will
check deeper wether the cast is correct.  Alignment is fine,
tested on sparc64.
OK claudio@

Reply via email to