From 6ea7de036728ba54d6572cdc5216dbaee7b9ec83 Mon Sep 17 00:00:00 2001 From: archie Date: Mon, 1 May 2000 23:30:46 +0000 Subject: Field structure changed name from 'typename' -> 'type_name'. --- usr.sbin/ngctl/types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ngctl/types.c b/usr.sbin/ngctl/types.c index b7be6aa..472933e 100644 --- a/usr.sbin/ngctl/types.c +++ b/usr.sbin/ngctl/types.c @@ -83,7 +83,7 @@ TypesCmd(int ac, char **av) } for (k = 0; k < tlist->numtypes; k++) { struct typeinfo *const ti = &tlist->typeinfo[k]; - printf("%15s %5d\n", ti->typename, ti->numnodes); + printf("%15s %5d\n", ti->type_name, ti->numnodes); } /* Done */ -- cgit v1.1