~kris/9p

9hist

e3f8dcdc7571b538b1681e3adb2ff98830be8492 — David du Colombier 30 years ago d1050d4
Plan 9 from Bell Labs 1996-07-06
2 files changed, 0 insertions(+), 2 deletions(-)

M port/netif.c
M port/netif.h
M port/netif.c => port/netif.c +0 -1
@@ 23,7 23,6 @@ netifinit(Netif *nif, char *name, int nfile, ulong limit)
	nif->f = xalloc(nfile*sizeof(Netfile*));
	memset(nif->f, 0, nfile*sizeof(Netfile*));
	nif->limit = limit;
	nif->out = qopen(limit, 1, 0, 0);
}

/*

M port/netif.h => port/netif.h +0 -1
@@ 51,7 51,6 @@ struct Netif
	char	*name;			/* for top level directory */
	int	nfile;			/* max number of Netfiles */
	Netfile	**f;
	Queue	*out;			/* output buffer */

	/* about net */
	int	limit;			/* flow control */