tools/rpcgen: fix build on macos arm64 (stat64 issue)

__DARWIN_ONLY_64_BIT_INO_T is true on macos arm64 so struct stat64
and stat64() are not available. This patch defines stat64 as stat if
__DARWIN_ONLY_64_BIT_INO_T is true

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Signed-off-by: Steve Dickson <steved@redhat.com>
1 file changed