diff options
author | maxim <maxim@FreeBSD.org> | 2007-03-26 18:17:57 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2007-03-26 18:17:57 +0000 |
commit | f01ad312dfd93193fbe44055e89a48dafcd7d1ec (patch) | |
tree | 91f61eb74e52d434bf2532f6cab7ebe56a508466 | |
parent | abb490f9f22359d924bd2034c25d4f0a02d431e3 (diff) | |
download | FreeBSD-src-f01ad312dfd93193fbe44055e89a48dafcd7d1ec.zip FreeBSD-src-f01ad312dfd93193fbe44055e89a48dafcd7d1ec.tar.gz |
o Update a comment: sonewconn() lives in uipc_socket.c now.
-rw-r--r-- | sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c b/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c index ca31801..932ec5b 100644 --- a/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c +++ b/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c @@ -1977,7 +1977,7 @@ ng_btsocket_l2cap_attach(struct socket *so, int proto, struct thread *td) * In the first case we must aquire ng_btsocket_l2cap_sockets_mtx. * In the second case we hold ng_btsocket_l2cap_sockets_mtx already. * So we now need to distinguish between these cases. From reading - * /sys/kern/uipc_socket2.c we can find out that sonewconn() calls + * /sys/kern/uipc_socket.c we can find out that sonewconn() calls * pru_attach with proto == 0 and td == NULL. For now use this fact * to figure out if we were called from socket() or from sonewconn(). */ |