diff options
| author | Russ Cox <rsc@swtch.com> | 2009-05-25 02:11:27 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2009-05-25 02:11:27 -0700 |
| commit | 75d048884cfcb7cc4404b384da50923e22224365 (patch) | |
| tree | b918a6a957b1f322ebb2f84c16092e103f91acda /src/cmd/venti/read.c | |
| parent | 33b446b8bbfea80552d462296d27ad4114fbd3fb (diff) | |
| download | plan9port-75d048884cfcb7cc4404b384da50923e22224365.tar.gz plan9port-75d048884cfcb7cc4404b384da50923e22224365.zip | |
venti: 32-bit extensions to data structures
Diffstat (limited to 'src/cmd/venti/read.c')
| -rw-r--r-- | src/cmd/venti/read.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmd/venti/read.c b/src/cmd/venti/read.c index a48e62e6..4883c1d7 100644 --- a/src/cmd/venti/read.c +++ b/src/cmd/venti/read.c @@ -4,6 +4,12 @@ #include <libsec.h> #include <thread.h> +enum +{ + // XXX What to do here? + VtMaxLumpSize = 65536, +}; + void usage(void) { |
