Subject: CVS commit: src/sys/compat/darwin
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 07/24/2004 15:45:27
Module Name: src
Committed By: manu
Date: Sat Jul 24 15:45:27 UTC 2004
Modified Files:
src/sys/compat/darwin: darwin_socket.c
Log Message:
- Perform alternate path checks in emulation tree for connect with AF_LOCAL
sockets
- When converting Darwin to native sockets, beware that darwin does not set
the size to AF_LOCAL sockets. We need to recompute by hand.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/compat/darwin/darwin_socket.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.