* [EMAIL PROTECTED] <[EMAIL PROTECTED]> 2006-09-21 12:57
> -int netlbl_netlink_snd_multicast(struct sk_buff *skb, u32 pid, u32 group)
> +int netlbl_netlink_snd_multicast(struct sk_buff *skb,
> +                              void *buf,
> +                              u32 pid,
> +                              u32 group)
>  {
> +     genlmsg_end(skb, buf);
>       return genlmsg_multicast(skb, pid, group, GFP_KERNEL);
>  }

This is a bit weird at first, one would expect that the message
is terminated when it is build but I guess this is ok for now.

Rest seems fine.
-
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