Create an emulation/43bsd directory and move the recently modified
authorDavid P. Reese, Jr. <daver@dragonflybsd.org>
Fri, 12 Sep 2003 00:43:31 +0000 (00:43 +0000)
committerDavid P. Reese, Jr. <daver@dragonflybsd.org>
Fri, 12 Sep 2003 00:43:31 +0000 (00:43 +0000)
commit9eee10d0a49e30cacf784e8a154c8132276048a2
tree515781fa55398b6ca1e01ff45f5c762529e31cb8
parent757afbe8e42eb17a35b6f7e06cbdffe1a6c6a133
Create an emulation/43bsd directory and move the recently modified
compatibility syscalls there. Any future work on the COMPAT_43 code
should be split from the rest of the kernel and moved here.

Everything in the kernel that explicity uses the osockaddr structure
has been modified to include "emulation/43bsd/43bsd_socket.h".

There was one case where struct osockaddr was used in userland,
talk/talkd.  This commit has a temporary fix for talk/talkd.
include/protocols/talkd.h
sys/conf/files
sys/emulation/43bsd/43bsd_socket.c [new file with mode: 0644]
sys/emulation/43bsd/43bsd_socket.h [new file with mode: 0644]
sys/emulation/svr4/svr4_ioctl.c
sys/emulation/svr4/svr4_sockio.c
sys/emulation/svr4/svr4_sysvec.c
sys/kern/uipc_syscalls.c
sys/net/if.c
sys/sys/socket.h