From: Derrick Brashear Date: Mon, 16 Mar 2009 17:17:27 +0000 (+0000) Subject: DEVEL15-bubasics-prototype-getsize-correctly-20090316 X-Git-Tag: openafs-devel-1_5_58~76 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0c8d3e2b0ebf9511c7527e6f4a8fd2505de05073;p=packages%2Fo%2Fopenafs.git DEVEL15-bubasics-prototype-getsize-correctly-20090316 LICENSE IPL10 fix prototype of getSize op (cherry picked from commit 8377e2e34d750ef1318969f4a59b002920dc2d70) --- diff --git a/src/bubasics/butm.p.h b/src/bubasics/butm.p.h index 1c202f439..6827dbea5 100644 --- a/src/bubasics/butm.p.h +++ b/src/bubasics/butm.p.h @@ -48,7 +48,7 @@ struct butm_tapeInfo { afs_int32(*writeFileEnd) (struct butm_tapeInfo *); afs_int32(*writeEOT) (struct butm_tapeInfo *); afs_int32(*setSize) (struct butm_tapeInfo *, afs_uint32); - afs_int32(*getSize) (struct butm_tapeInfo *, afs_uint32); + afs_int32(*getSize) (struct butm_tapeInfo *, afs_uint32 *); } ops; char name[BU_MAXTAPELEN]; afs_int32 position; /* current position of tape */