K 10 svn:author V 3 ken K 8 svn:date V 27 2003-05-01T05:16:13.000000Z K 7 svn:log V 273 Fix compile errors on ia64 in dagetcapacity. Set block_len and maxsector to 0 initially. It seems that the ia64 backend isn't as "smart" as the i386 backend, which realized that those variables were only set or used when error == 0, and thus were not used uninitialized. END