arp: just use fscanf().

Actually, the general get_line() -> getline() transformation isn't
necessary here. These are all small fixed-size buffers in the kernel, so
we can just use fscanf().
1 file changed