commit 71ce470a2b543a353d6a2e4bf9b88d8e0ebb9d6c
parent c149b06f2ef46f4be99be22c6884ca61c7e2b3e3
Author: Abhishek Kulkarni <adkulkar@umail.iu.edu>
Date: Tue, 29 May 2012 13:34:52 -0400
venti: fix VtMaxLumpSize
R=rsc, adkulkar
CC=plan9port.codebot
http://codereview.appspot.com/6108047
Diffstat:
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/cmd/venti/copy.c b/src/cmd/venti/copy.c
@@ -9,7 +9,7 @@
enum
{
// XXX What to do here?
- VtMaxLumpSize = 65536,
+ VtMaxLumpSize = 65535,
};
int changes;
diff --git 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;
diff --git a/src/cmd/venti/read.c b/src/cmd/venti/read.c
@@ -7,7 +7,7 @@
enum
{
// XXX What to do here?
- VtMaxLumpSize = 65536,
+ VtMaxLumpSize = 65535,
};
void
diff --git a/src/cmd/venti/readfile.c b/src/cmd/venti/readfile.c
@@ -7,7 +7,7 @@
enum
{
// XXX What to do here?
- VtMaxLumpSize = 65536,
+ VtMaxLumpSize = 65535,
};
int chatty;
diff --git a/src/cmd/venti/readlist.c b/src/cmd/venti/readlist.c
@@ -7,7 +7,7 @@
enum
{
// XXX What to do here?
- VtMaxLumpSize = 65536,
+ VtMaxLumpSize = 65535,
};
char *host;
diff --git a/src/cmd/venti/root.c b/src/cmd/venti/root.c
@@ -7,7 +7,7 @@
enum
{
// XXX What to do here?
- VtMaxLumpSize = 65536,
+ VtMaxLumpSize = 65535,
};
void
diff --git a/src/cmd/venti/write.c b/src/cmd/venti/write.c
@@ -7,7 +7,7 @@
enum
{
// XXX What to do here?
- VtMaxLumpSize = 65536,
+ VtMaxLumpSize = 65535,
};
void