Daniel Gryniewicz has uploaded this change for review.

View Change

Pullup ntirpc 4.0rc1 and fix resulting failures

Ntirpc had a prototype for xdrproc_t that was a vararg function, but it
was casting non-vararg functions to that prototype. This is undefined
behavior, but works on x86_64 with gcc. It fails on other combinations
however, so it was changed to a prototype with actual arguments. This
necessitates changes in PROXY_V3, which uses that prototype.

Change-Id: I68200a1af214b86003b2716c8b3972afa08daa43
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
---
M src/FSAL/FSAL_PROXY_V3/main.c
M src/FSAL/FSAL_PROXY_V3/proxyv3_fsal_methods.h
M src/FSAL/FSAL_PROXY_V3/rpc.c
M src/libntirpc
4 files changed, 13 insertions(+), 13 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/48/527048/1

To view, visit change 527048. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I68200a1af214b86003b2716c8b3972afa08daa43
Gerrit-Change-Number: 527048
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang@redhat.com>
Gerrit-MessageType: newchange