From c7fc24dc4420057f103afe8fc64524ebc25c5d37 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Aug 1998 09:12:35 +0000 Subject: o Merge with Linux 2.1.116. o New Newport console code. o New G364 console code. --- net/unix/garbage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/unix/garbage.c') diff --git a/net/unix/garbage.c b/net/unix/garbage.c index 703fdd41e..4f85caa73 100644 --- a/net/unix/garbage.c +++ b/net/unix/garbage.c @@ -72,9 +72,9 @@ extern inline unix_socket *unix_get_socket(struct file *filp) struct sock * s = sock->sk; /* - * AF_UNIX ? + * PF_UNIX ? */ - if (s && sock->ops && sock->ops->family == AF_UNIX) + if (s && sock->ops && sock->ops->family == PF_UNIX) u_sock = s; } return u_sock; -- cgit v1.2.3