Implement socket() and shutdown() using the in-kernel syscalls. This
authorDavid P. Reese, Jr. <daver@dragonflybsd.org>
Mon, 13 Oct 2003 04:58:13 +0000 (04:58 +0000)
committerDavid P. Reese, Jr. <daver@dragonflybsd.org>
Mon, 13 Oct 2003 04:58:13 +0000 (04:58 +0000)
commit9864c66620be8d9d1e9f1ab3b47aa4fef43bc673
treeea3e0eb940ecccd6d2e6636672242893f85b6b29
parent828a7fe6647032e77ca45ce97ad381d3f0c4a993
Implement socket() and shutdown() using the in-kernel syscalls.  This
commit completely removes COMPAT_43 and stackgap allocations from
linux_socket.c.
sys/emulation/linux/linux_socket.c