From 75d048884cfcb7cc4404b384da50923e22224365 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 25 May 2009 02:11:27 -0700 Subject: venti: 32-bit extensions to data structures --- src/cmd/venti/write.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/cmd/venti/write.c') diff --git a/src/cmd/venti/write.c b/src/cmd/venti/write.c index c11a5a31..d627cae7 100644 --- a/src/cmd/venti/write.c +++ b/src/cmd/venti/write.c @@ -4,6 +4,12 @@ #include #include +enum +{ + // XXX What to do here? + VtMaxLumpSize = 65536, +}; + void usage(void) { -- cgit v1.2.3