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