X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fnet%2Faf_unix.h;h=4a167b30a12ff0d127cccab36c07669689223441;hb=d0e6a8064c4293a1e087b2fdd6c2b67cd8ba8f56;hp=a175ba4a7adbc615c350d8b8daaf7b082049f1ec;hpb=75ae83d6869a443ee509dcce2b432c9d37516051;p=cascardo%2Flinux.git diff --git a/include/net/af_unix.h b/include/net/af_unix.h index a175ba4a7adb..4a167b30a12f 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h @@ -39,7 +39,6 @@ struct unix_skb_parms { }; #define UNIXCB(skb) (*(struct unix_skb_parms *)&((skb)->cb)) -#define UNIXSID(skb) (&UNIXCB((skb)).secid) #define unix_state_lock(s) spin_lock(&unix_sk(s)->lock) #define unix_state_unlock(s) spin_unlock(&unix_sk(s)->lock)