summaryrefslogtreecommitdiffstats
path: root/net/unix/garbage.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
commitc7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch)
tree3682407a599b8f9f03fc096298134cafba1c9b2f /net/unix/garbage.c
parent1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff)
o Merge with Linux 2.1.116.
o New Newport console code. o New G364 console code.
Diffstat (limited to 'net/unix/garbage.c')
-rw-r--r--net/unix/garbage.c4
1 files changed, 2 insertions, 2 deletions
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;