venti: fix VtMaxLumpSize
R=rsc, adkulkar CC=plan9port.codebot http://codereview.appspot.com/6108047
This commit is contained in:
parent
c149b06f2e
commit
71ce470a2b
7 changed files with 7 additions and 7 deletions
|
|
@ -9,7 +9,7 @@
|
|||
enum
|
||||
{
|
||||
// XXX What to do here?
|
||||
VtMaxLumpSize = 65536,
|
||||
VtMaxLumpSize = 65535,
|
||||
};
|
||||
|
||||
int changes;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
enum
|
||||
{
|
||||
// XXX What to do here?
|
||||
VtMaxLumpSize = 65536,
|
||||
VtMaxLumpSize = 65535,
|
||||
};
|
||||
|
||||
VtConn *z;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
enum
|
||||
{
|
||||
// XXX What to do here?
|
||||
VtMaxLumpSize = 65536,
|
||||
VtMaxLumpSize = 65535,
|
||||
};
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
enum
|
||||
{
|
||||
// XXX What to do here?
|
||||
VtMaxLumpSize = 65536,
|
||||
VtMaxLumpSize = 65535,
|
||||
};
|
||||
|
||||
int chatty;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
enum
|
||||
{
|
||||
// XXX What to do here?
|
||||
VtMaxLumpSize = 65536,
|
||||
VtMaxLumpSize = 65535,
|
||||
};
|
||||
|
||||
char *host;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
enum
|
||||
{
|
||||
// XXX What to do here?
|
||||
VtMaxLumpSize = 65536,
|
||||
VtMaxLumpSize = 65535,
|
||||
};
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
enum
|
||||
{
|
||||
// XXX What to do here?
|
||||
VtMaxLumpSize = 65536,
|
||||
VtMaxLumpSize = 65535,
|
||||
};
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue