From 0c8d3e2b0ebf9511c7527e6f4a8fd2505de05073 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 16 Mar 2009 17:17:27 +0000 Subject: [PATCH] DEVEL15-bubasics-prototype-getsize-correctly-20090316 LICENSE IPL10 fix prototype of getSize op (cherry picked from commit 8377e2e34d750ef1318969f4a59b002920dc2d70) --- src/bubasics/butm.p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5