K 10 svn:author V 5 andre K 8 svn:date V 27 2003-11-13T00:32:13.000000Z K 7 svn:log V 244 Move global variables for icmp_input() to its stack. With SMP or preemption two CPUs can be in the same function at the same time and clobber each others variables. Remove register declaration from local variables. Reviewed by: sam (mentor) END