K 10 svn:author V 7 attilio K 8 svn:date V 27 2011-01-24T14:45:16.939794Z K 7 svn:log V 434 Perform the dumping ifp lookup differently: - The string name of the interface is stored in a global array - On dumping activity the lookup is performed and the ifp pointer is eventually found and used That makes the sysclt_nic() unuseful and it can be removed. Additively, use s/strcmp/strncmp in another place, besides new lookup point. That action makes the window for races narrower. Requested by and discussed with: rwatson END