venti: fix VtMaxLumpSize

R=rsc, adkulkar
CC=plan9port.codebot
http://codereview.appspot.com/6108047
This commit is contained in:
Abhishek Kulkarni 2012-05-29 13:34:52 -04:00 committed by Russ Cox
parent c149b06f2e
commit 71ce470a2b
7 changed files with 7 additions and 7 deletions

View file

@ -9,7 +9,7 @@
enum enum
{ {
// XXX What to do here? // XXX What to do here?
VtMaxLumpSize = 65536, VtMaxLumpSize = 65535,
}; };
int changes; int changes;

View file

@ -8,7 +8,7 @@
enum enum
{ {
// XXX What to do here? // XXX What to do here?
VtMaxLumpSize = 65536, VtMaxLumpSize = 65535,
}; };
VtConn *z; VtConn *z;

View file

@ -7,7 +7,7 @@
enum enum
{ {
// XXX What to do here? // XXX What to do here?
VtMaxLumpSize = 65536, VtMaxLumpSize = 65535,
}; };
void void

View file

@ -7,7 +7,7 @@
enum enum
{ {
// XXX What to do here? // XXX What to do here?
VtMaxLumpSize = 65536, VtMaxLumpSize = 65535,
}; };
int chatty; int chatty;

View file

@ -7,7 +7,7 @@
enum enum
{ {
// XXX What to do here? // XXX What to do here?
VtMaxLumpSize = 65536, VtMaxLumpSize = 65535,
}; };
char *host; char *host;

View file

@ -7,7 +7,7 @@
enum enum
{ {
// XXX What to do here? // XXX What to do here?
VtMaxLumpSize = 65536, VtMaxLumpSize = 65535,
}; };
void void

View file

@ -7,7 +7,7 @@
enum enum
{ {
// XXX What to do here? // XXX What to do here?
VtMaxLumpSize = 65536, VtMaxLumpSize = 65535,
}; };
void void