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)