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/copy.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/copy.c')
| -rw-r--r-- | src/cmd/venti/copy.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmd/venti/copy.c b/src/cmd/venti/copy.c index 7e03b56c..4a05e053 100644 --- a/src/cmd/venti/copy.c +++ b/src/cmd/venti/copy.c @@ -4,6 +4,12 @@ #include <libsec.h> #include <thread.h> +enum +{ + // XXX What to do here? + VtMaxLumpSize = 65536, +}; + int changes; int rewrite; int ignoreerrors; |
