diff options
Diffstat (limited to 'src/cmd/venti/readlist.c')
| -rw-r--r-- | src/cmd/venti/readlist.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmd/venti/readlist.c b/src/cmd/venti/readlist.c index 6d928086..5702cc68 100644 --- a/src/cmd/venti/readlist.c +++ b/src/cmd/venti/readlist.c @@ -4,6 +4,12 @@ #include <venti.h> #include <bio.h> +enum +{ + // XXX What to do here? + VtMaxLumpSize = 65536, +}; + char *host; Biobuf b; VtConn *z; |
