Modify kern_{send,recv}msg() to take struct uio's, not struct msghdr's.
authorDavid P. Reese, Jr. <daver@dragonflybsd.org>
Fri, 3 Oct 2003 00:04:04 +0000 (00:04 +0000)
committerDavid P. Reese, Jr. <daver@dragonflybsd.org>
Fri, 3 Oct 2003 00:04:04 +0000 (00:04 +0000)
commit3e1837ce0327b45bd6b85514ed8ad8c527910c24
tree6b83eb014328a604c3da5215adca61937089a7fc
parent3ffb045324fcb61fac460c4200da3869806a94ff
Modify kern_{send,recv}msg() to take struct uio's, not struct msghdr's.
Fix up all syscalls which use these functions, including the 43bsd
syscalls.

Also, fix some spots where I forgot to pass the message flags in the
emulation code.
sys/emulation/43bsd/43bsd_socket.c
sys/kern/uipc_syscalls.c
sys/sys/kern_syscall.h
sys/sys/socket.h