diff options
author | Harshavardhana <harsha@harshavardhana.net> | 2014-04-25 16:08:09 -0700 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2014-04-25 23:01:23 -0700 |
commit | 447f4dec70a8103fc188024ea76447425cf14c60 (patch) | |
tree | 099c62ccd8d975bb76adf7043728f848cbd3028d /build-aux | |
parent | 8647ea41d42c35d1e74232c37b898708dee315c4 (diff) |
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 dd5571baad6..b5f33d37229 100755 --- a/build-aux/xdrgen +++ b/build-aux/xdrgen @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash _init () { |