K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-06-11T03:45:42.000000Z K 7 svn:log V 284 Un-staticize 'dst' sockaddr in the stack of bpfwrite() to prevent the need to synchronize access to the structure. I believe this should fit into the stack under the necessary circumstances, but if not we can either add synchronization or use a thread-local malloc for the duration. END