daver 2003/10/12 21:58:13 PDT
Modified files:
sys/emulation/linux linux_socket.c
Log:
Implement socket() and shutdown() using the in-kernel syscalls. This
commit completely removes COMPAT_43 and stackgap allocations from
linux_socket.c.
Revision Changes Path
1.14 +26 -53 src/sys/emulation/linux/linux_socket.c