<div dir="ltr">Actually, the general get_line() -> getline() transformation isn't<br>necessary here. These are all small fixed-size buffers in the kernel, so<br>we can just use fscanf().<br>---<br> toys/pending/arp.c | 19 ++++++-------------<br> 1 file changed, 6 insertions(+), 13 deletions(-)<br></div>