diff options
| author | Rick Macklem <rmacklem@FreeBSD.org> | 2016-08-16 00:48:13 +0000 |
|---|---|---|
| committer | Rick Macklem <rmacklem@FreeBSD.org> | 2016-08-16 00:48:13 +0000 |
| commit | 684d18c9ae39dae5bed91bf80a0a73691ef992f7 (patch) | |
| tree | 095b9619b6ce4559c5907e76dc258f3798431ffc /usr.bin/nfsstat | |
| parent | bb3860fbd07caf50fc889985569d8aba8809c807 (diff) | |
Notes
Diffstat (limited to 'usr.bin/nfsstat')
| -rw-r--r-- | usr.bin/nfsstat/nfsstat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index d0bda7d6f911e..90be2953ffd8f 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -130,7 +130,8 @@ static void compute_new_stats(struct nfsstatsv1 *cur_stats, struct stattypes { int stat_type; int nfs_type; -} static statstruct[] = { +}; +static struct stattypes statstruct[] = { {STAT_TYPE_READ, NFSV4OP_READ}, {STAT_TYPE_WRITE, NFSV4OP_WRITE}, {STAT_TYPE_COMMIT, NFSV4OP_COMMIT} |
