summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/nfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfs.h b/net/nfs.h
index aa4e450b20..45da246aa1 100644
--- a/net/nfs.h
+++ b/net/nfs.h
@@ -76,7 +76,7 @@ struct rpc_t {
uint32_t verifier;
uint32_t v2;
uint32_t astatus;
- uint32_t data[NFS_READ_SIZE / sizeof(uint32_t)];
+ uint32_t data[NFS_READ_SIZE];
} reply;
} u;
};