rename union

This commit is contained in:
Doug MacEachern 2007-07-15 17:19:26 +00:00
parent 5ba9b0ee11
commit 472c4f4ca2
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ typedef struct { /* utilization of protocols */
u_longlong_t commit; /* NFS V3 server commit requests */ u_longlong_t commit; /* NFS V3 server commit requests */
} server; /* nfsv3 server */ } server; /* nfsv3 server */
} nfsv3; } nfsv3;
} dummy_name; } u;
} perfstat_protocol_t; } perfstat_protocol_t;
extern int perfstat_cpu_total(perfstat_id_t *name, extern int perfstat_cpu_total(perfstat_id_t *name,