Daniel Gryniewicz has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/471532 )
Change subject: Fix C++ build
......................................................................
Fix C++ build
C++ automatically typedefs all structs, so you can't have a struct with
the same name as a typedef that has a different type. Fix this by
renameing struct fattr3 to struct fattr3_wire.
Change-Id: I5dc18d5046e2d6597ad38bdac69aedd3fd7637bd
Signed-off-by: Daniel Gryniewicz <dang(a)redhat.com>
---
M src/Protocols/NFS/nfs3_readdirplus.c
M src/include/nfs23.h
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/32/471532/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/471532
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I5dc18d5046e2d6597ad38bdac69aedd3fd7637bd
Gerrit-Change-Number: 471532
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>
Gerrit-MessageType: newchange