URI:
       tfix args to should (David Swasey) - 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 6d4dda86ee7d0c34b99bc2056f26910b7b4bf9c3
   DIR parent b109049fbdd219b9fe366644d0979a8cbf4e6607
  HTML Author: rsc <devnull@localhost>
       Date:   Sun, 25 Mar 2007 17:36:43 +0000
       
       fix args to should (David Swasey)
       
       Diffstat:
         M src/cmd/venti/srv/checkarenas.c     |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/src/cmd/venti/srv/checkarenas.c b/src/cmd/venti/srv/checkarenas.c
       t@@ -109,6 +109,8 @@ threadmain(int argc, char *argv[])
                        usage();
        
                file = argv[0];
       +        argc--;
       +        argv++;
        
                part = initpart(file, ORDWR|ODIRECT);
                if(part == nil)