diff options
Diffstat (limited to 'include/net/af_unix.h')
| -rw-r--r-- | include/net/af_unix.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h index e2695c4bf358..ddbba838d048 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h @@ -13,7 +13,7 @@ void unix_notinflight(struct user_struct *user, struct file *fp);  void unix_gc(void);  void wait_for_unix_gc(void);  struct sock *unix_get_socket(struct file *filp); -struct sock *unix_peer_get(struct sock *); +struct sock *unix_peer_get(struct sock *sk);  #define UNIX_HASH_SIZE	256  #define UNIX_HASH_BITS	8 @@ -40,7 +40,7 @@ struct unix_skb_parms {  	u32			consumed;  } __randomize_layout; -#define UNIXCB(skb) 	(*(struct unix_skb_parms *)&((skb)->cb)) +#define UNIXCB(skb)	(*(struct unix_skb_parms *)&((skb)->cb))  #define unix_state_lock(s)	spin_lock(&unix_sk(s)->lock)  #define unix_state_unlock(s)	spin_unlock(&unix_sk(s)->lock)  | 
