aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/write.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/venti/write.c')
-rw-r--r--src/cmd/venti/write.c6
1 files changed, 6 insertions, 0 deletions
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 <libsec.h>
#include <thread.h>
+enum
+{
+ // XXX What to do here?
+ VtMaxLumpSize = 65536,
+};
+
void
usage(void)
{