aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/dump.c
diff options
context:
space:
mode:
authorAbhishek Kulkarni <adkulkar@umail.iu.edu>2012-05-29 13:34:52 -0400
committerRuss Cox <rsc@swtch.com>2012-05-29 13:34:52 -0400
commit71ce470a2b543a353d6a2e4bf9b88d8e0ebb9d6c (patch)
tree91b2d350b04765104124f0f2521c9138e5527f23 /src/cmd/venti/dump.c
parentc149b06f2ef46f4be99be22c6884ca61c7e2b3e3 (diff)
downloadplan9port-71ce470a2b543a353d6a2e4bf9b88d8e0ebb9d6c.tar.gz
plan9port-71ce470a2b543a353d6a2e4bf9b88d8e0ebb9d6c.tar.bz2
plan9port-71ce470a2b543a353d6a2e4bf9b88d8e0ebb9d6c.zip
venti: fix VtMaxLumpSize
R=rsc, adkulkar CC=plan9port.codebot http://codereview.appspot.com/6108047
Diffstat (limited to 'src/cmd/venti/dump.c')
-rw-r--r--src/cmd/venti/dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/venti/dump.c b/src/cmd/venti/dump.c
index 212e2117..352b3cac 100644
--- a/src/cmd/venti/dump.c
+++ b/src/cmd/venti/dump.c
@@ -8,7 +8,7 @@
enum
{
// XXX What to do here?
- VtMaxLumpSize = 65536,
+ VtMaxLumpSize = 65535,
};
VtConn *z;