K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-07-08T23:53:21.000000Z K 7 svn:log V 300 Oops, the previous revision (1.22) introduced a potential alignment issue, since the MAXBSIZE-sized buffers are accessed as arrays of block pointers, but were declared as char[] arrays. Use a union to avoid this, which also makes a number of casts unnecessary. Pointed out by: bde Reviewed by: bde END