~kris/9p

9hist

b72cafcf53d81097a3455085f6aaf989d8b2edab — David du Colombier 27 years ago 1ab419b
Plan 9 from Bell Labs 1999-02-23
1 files changed, 1 insertions(+), 1 deletions(-)

M ip/ipifc.c
M ip/ipifc.c => ip/ipifc.c +1 -1
@@ 208,7 208,7 @@ ipifcstate(Conv *c, char *state, int n)

	ifc = (Ipifc*)c->ptcl;

	m = snprint(state, n, "%-12.12s %-5d", ifc->dev, ifc->maxmtu);
	m = snprint(state, n, "%-12s %-5d", ifc->dev, ifc->maxmtu);

	rlock(ifc);
	for(lifc = ifc->lifc; lifc && n > m; lifc = lifc->next)