diff options
author | Harshavardhana <harsha@harshavardhana.net> | 2014-04-25 16:08:09 -0700 |
---|---|---|
committer | gluster-ant <bugzilla-bot@gluster.org> | 2014-04-25 16:08:09 -0700 |
commit | 48ce518381fd8d1a434aebfda0766fa2a6f05f63 (patch) | |
tree | 55d3667466d435de6f56bdd351d3fc10c5d27228 /build-aux | |
parent | 9297f21c109d77baea93fc6cc251f75aeea63e36 (diff) | |
download | glusterfs-48ce518381fd8d1a434aebfda0766fa2a6f05f63.tar.gz glusterfs-48ce518381fd8d1a434aebfda0766fa2a6f05f63.tar.xz glusterfs-48ce518381fd8d1a434aebfda0766fa2a6f05f63.zip |
rpcgen: 'hyper' is 64bit undefined on Darwin use quad_t
"9819fcedf10f1430d4969c86e6df4dfe975b7dcf" After the commit i
observed that we never used "hyper" as defined in .x previously
in the .[c,h] files.
Change-Id: I26152141bca6e789c4a3b3158fffe0a65e4b0878
BUG: 1090807
Signed-off-by: Harshavardhana <harsha@harshavardhana.net>
Reviewed-on: http://review.gluster.org/7566
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/xdrgen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/xdrgen b/build-aux/xdrgen index dd5571baad..b5f33d3722 100755 --- a/build-aux/xdrgen +++ b/build-aux/xdrgen @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash _init () { |