K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-03-01T03:14:23.000000Z K 7 svn:log V 325 Rename dup_sockaddr() to sodupsockaddr() for consistency with other functions in kern_socket.c. Rename the "canwait" field to "mflags" and pass M_WAITOK and M_NOWAIT in from the caller context rather than "1" or "0". Correct mflags pass into mac_init_socket() from previous commit to not include M_ZERO. Submitted by: sam END