summaryrefslogtreecommitdiff
path: root/build/reqprov.c
diff options
context:
space:
mode:
Diffstat (limited to 'build/reqprov.c')
-rw-r--r--build/reqprov.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/reqprov.c b/build/reqprov.c
index fc1012f80..53d6f8dcf 100644
--- a/build/reqprov.c
+++ b/build/reqprov.c
@@ -48,15 +48,15 @@ int addReqProv(Spec spec, Header h,
version = "";
}
- if (headerGetEntry(h, nametag, NULL, (void *) &names, &len)) {
+ if (headerGetEntry(h, nametag, NULL, (void **) &names, &len)) {
if (flagtag) {
headerGetEntry(h, versiontag, NULL,
- (void *) &versions, NULL);
- headerGetEntry(h, flagtag, NULL, (void *) &flags, NULL);
+ (void **) &versions, NULL);
+ headerGetEntry(h, flagtag, NULL, (void **) &flags, NULL);
}
if (indextag) {
headerGetEntry(h, indextag, NULL,
- (void *) &indexes, NULL);
+ (void **) &indexes, NULL);
}
while (len) {
len--;