~kris/9p

9hist

aed22eb838311364e6d6c47207b4f6dc2cfe24b9 — David du Colombier 26 years ago 2991903
Plan 9 from Bell Labs 2000-02-25
1 files changed, 1 insertions(+), 1 deletions(-)

M ip/arp.c
M ip/arp.c => ip/arp.c +1 -1
@@ 182,7 182,7 @@ arpenter(Fs *fs, int version, uchar *ip, uchar *mac, int n, int refresh)
	arp = fs->arp;

	if(n != 6) {
print("arp: len = %d\n", n);
//		print("arp: len = %d\n", n);
		return;
	}