diff options
author | Shehjar Tikoo <shehjart@gluster.com> | 2010-08-10 02:41:57 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-10 02:44:35 -0700 |
commit | 6cf8c2114a691a9b3f0eb42164d51e7fa86d33ea (patch) | |
tree | c64a6d22930c0145a9a6699568ef3b72ba5fac2f /rpc/xdr/src/glusterfs3-xdr.h | |
parent | 3b2de50546579b43ead84cff98f5c74e7bf7f840 (diff) |
rpc-lib: Solaris build fixes
Signed-off-by: Shehjar Tikoo <shehjart@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1178 (Gluster mainline build fails on Solaris)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1178
Diffstat (limited to 'rpc/xdr/src/glusterfs3-xdr.h')
-rw-r--r-- | rpc/xdr/src/glusterfs3-xdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/xdr/src/glusterfs3-xdr.h b/rpc/xdr/src/glusterfs3-xdr.h index a3afe8861..71c0248e7 100644 --- a/rpc/xdr/src/glusterfs3-xdr.h +++ b/rpc/xdr/src/glusterfs3-xdr.h @@ -6,7 +6,7 @@ #ifndef _GLUSTERFS3_H_RPCGEN #define _GLUSTERFS3_H_RPCGEN -#include <rpc/rpc.h> +//#include <rpc/rpc.h> #include "xdr-common.h" #include "iatt.h" |