diff options
| author | wdenk <wdenk> | 2004-02-27 00:07:27 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-02-27 00:07:27 +0000 | 
| commit | 11dadd547c08a3480ea153482e99c6ae70b73415 (patch) | |
| tree | 2386e4f325ab15e52cfadcb34c3d8ba8e36fb977 /net/nfs.h | |
| parent | 80885a9d526b6b9666500d17ec7941b9dad8de44 (diff) | |
| download | olio-uboot-2014.01-11dadd547c08a3480ea153482e99c6ae70b73415.tar.xz olio-uboot-2014.01-11dadd547c08a3480ea153482e99c6ae70b73415.zip | |
* Patch by Steven Scholz, 25 Feb 2004:
  - Timeouts in FPGA code should be based on CFG_HZ
  - Minor cleanup in code for Altera FPGA ACEX1K
* Patch by Steven Scholz, 25 Feb 2004:
  Changed "Directory Hierarchy" section in README
* Patch by Masami Komiya, 25 Feb 2004:
  Reduce copy count in nfs_read_reply() of NFS code
Diffstat (limited to 'net/nfs.h')
| -rw-r--r-- | net/nfs.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -62,7 +62,7 @@ struct rpc_t {  			uint32_t verifier;  			uint32_t v2;  			uint32_t astatus; -			uint32_t data[1]; +			uint32_t data[19];  		} reply;  	} u;  }; |