~kris/9p

9hist

4c9921b3c56c477334e9a1ac1ae7e0e78e0c81bf — David du Colombier 32 years ago eea842d
Plan 9 from Bell Labs 1994-02-14
1 files changed, 2 insertions(+), 2 deletions(-)

M port/netif.c
M port/netif.c => port/netif.c +2 -2
@@ 245,7 245,6 @@ netifwstat(Netif *nif, Chan *c, char *db)
void
netifstat(Netif *nif, Chan *c, char *db)
{

	devstat(c, db, (Dirtab *)nif, 0, netifgen);
}



@@ 361,7 360,8 @@ openfile(Netif *nif, int id)
}

/*
 *  look for a token starting a string, return a pointer to first non-space char after it
 *  look for a token starting a string,
 *  return a pointer to first non-space char after it
 */
static char*
matchtoken(char *p, char *token)