From: Shaun Pereira <[EMAIL PROTECTED]>
Date: Tue, 03 Jan 2006 16:48:27 +1100

> -
> - if (sock_flag(osk, SOCK_ZAPPED))
> - sock_set_flag(sk, SOCK_ZAPPED);
> - 
> - if (sock_flag(osk, SOCK_DBG))
> - sock_set_flag(sk, SOCK_DBG);
> + sock_copy_flags(sk, osk);

Please get your email setup such that the patches you post
might actually be capable of being applied.  Your email
client corrupts the tabbing and spaces in patches heavily.

Thanks.
-
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