On 8 August 2013 12:35, Martin Pieuchot <[email protected]> wrote: > arp_rtrequest() uses a default static sockaddr_dl which is only used > read-only: it is copied by rt_setgate(). > > I'd like to constify this structure to make it clear no value can be > trashed if code using it is run in parallel. > > Also remove another reference to the name of the variable to make it > clear it is used only once. > > ok? >
ok mikeb
