Stephen Hemminger wrote:
This looks good, but you could use a structure assignment rather memcpy
(just a personal style preference because assignment is typed and memcpy
is not).

That doesn't work in this case since nf_bridge_info contains

        unsigned long data[32 / sizeof(unsigned long)];

and I don't want to assign each array element seperately.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to