URI: 
       tventi: fix VtMaxLumpSize - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 71ce470a2b543a353d6a2e4bf9b88d8e0ebb9d6c
   DIR parent c149b06f2ef46f4be99be22c6884ca61c7e2b3e3
  HTML Author: Abhishek Kulkarni <adkulkar@umail.iu.edu>
       Date:   Tue, 29 May 2012 13:34:52 -0400
       
       venti: fix VtMaxLumpSize
       
       R=rsc, adkulkar
       CC=plan9port.codebot
       http://codereview.appspot.com/6108047
       
       Diffstat:
         M src/cmd/venti/copy.c                |       2 +-
         M src/cmd/venti/dump.c                |       2 +-
         M src/cmd/venti/read.c                |       2 +-
         M src/cmd/venti/readfile.c            |       2 +-
         M src/cmd/venti/readlist.c            |       2 +-
         M src/cmd/venti/root.c                |       2 +-
         M src/cmd/venti/write.c               |       2 +-
       
       7 files changed, 7 insertions(+), 7 deletions(-)
       ---
   DIR diff --git a/src/cmd/venti/copy.c b/src/cmd/venti/copy.c
       t@@ -9,7 +9,7 @@
        enum
        {
                // XXX What to do here?
       -        VtMaxLumpSize = 65536,
       +        VtMaxLumpSize = 65535,
        };
        
        int changes;
   DIR diff --git a/src/cmd/venti/dump.c b/src/cmd/venti/dump.c
       t@@ -8,7 +8,7 @@
        enum
        {
                // XXX What to do here?
       -        VtMaxLumpSize = 65536,
       +        VtMaxLumpSize = 65535,
        };
        
        VtConn *z;
   DIR diff --git a/src/cmd/venti/read.c b/src/cmd/venti/read.c
       t@@ -7,7 +7,7 @@
        enum
        {
                // XXX What to do here?
       -        VtMaxLumpSize = 65536,
       +        VtMaxLumpSize = 65535,
        };
        
        void
   DIR diff --git a/src/cmd/venti/readfile.c b/src/cmd/venti/readfile.c
       t@@ -7,7 +7,7 @@
        enum
        {
                // XXX What to do here?
       -        VtMaxLumpSize = 65536,
       +        VtMaxLumpSize = 65535,
        };
        
        int chatty;
   DIR diff --git a/src/cmd/venti/readlist.c b/src/cmd/venti/readlist.c
       t@@ -7,7 +7,7 @@
        enum
        {
                // XXX What to do here?
       -        VtMaxLumpSize = 65536,
       +        VtMaxLumpSize = 65535,
        };
        
        char *host;
   DIR diff --git a/src/cmd/venti/root.c b/src/cmd/venti/root.c
       t@@ -7,7 +7,7 @@
        enum
        {
                // XXX What to do here?
       -        VtMaxLumpSize = 65536,
       +        VtMaxLumpSize = 65535,
        };
        
        void
   DIR diff --git a/src/cmd/venti/write.c b/src/cmd/venti/write.c
       t@@ -7,7 +7,7 @@
        enum
        {
                // XXX What to do here?
       -        VtMaxLumpSize = 65536,
       +        VtMaxLumpSize = 65535,
        };
        
        void