getbsize() now takes a pointer to a size_t as its first arg. A pointer

to an int no longer works on an LP64 platform...
This commit is contained in:
Andrew Gallatin 2002-10-24 17:27:32 +00:00
parent fb3133242f
commit fda3659531

View File

@ -233,7 +233,7 @@ show_size(const char *title, Package *plist)
char tmp[FILENAME_MAX];
unsigned long size = 0;
long blksize;
int headerlen;
size_t headerlen;
char *descr;
descr = getbsize(&headerlen, &blksize);