--- rpm-4.4.1/rpmio/rpmio.h.macro 2005-03-07 14:37:06.000000000 -0500 +++ rpm-4.4.1/rpmio/rpmio.h 2005-03-07 14:37:09.000000000 -0500 @@ -637,7 +637,7 @@ /*@unused@*/ int timedRead(FD_t fd, /*@out@*/ void * bufptr, int length) /*@globals fileSystem @*/ /*@modifies fd, *bufptr, fileSystem @*/; -#define timedRead ufdio->read +#define timedRead (ufdio->read) /*@-exportlocal@*/ /**