From e3f8dcdc7571b538b1681e3adb2ff98830be8492 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 6 Jul 1996 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1996-07-06 --- port/netif.c | 1 - port/netif.h | 1 - 2 files changed, 2 deletions(-) diff --git a/port/netif.c b/port/netif.c index 0ccb4be9f35d3d3e353933e0682f6f4bdb9c45f5..3609126bbd2c32b19726dbb9d271beea65baa71c 100644 --- a/port/netif.c +++ b/port/netif.c @@ -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); } /* diff --git a/port/netif.h b/port/netif.h index 2cc4d778e40dfaa23f7389761d6f07532f2cd4f9..637b167b94b910df087bb31cae9319e3c07c9341 100644 --- a/port/netif.h +++ b/port/netif.h @@ -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 */