summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpc-clnt.h
diff options
context:
space:
mode:
authorshishir gowda <shishirng@gluster.com>2010-10-21 03:37:52 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-10-21 05:11:31 -0700
commitcd9a247906924106c722ecf4611b7be4b5408ad9 (patch)
tree8235fc2e5c3c76c51ca4c672d034671528722351 /rpc/rpc-lib/src/rpc-clnt.h
parentf3737b2ee75bda6cd05744f2fbd13cb92ecab655 (diff)
Solaris build: Handle namespace clash for rpc-clnt.h
Signed-off-by: shishir gowda <shishirng@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 1990 (Gluster mainline build on solaris fails with errors) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1990
Diffstat (limited to 'rpc/rpc-lib/src/rpc-clnt.h')
-rw-r--r--rpc/rpc-lib/src/rpc-clnt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/rpc-lib/src/rpc-clnt.h b/rpc/rpc-lib/src/rpc-clnt.h
index 932497b1..a7237088 100644
--- a/rpc/rpc-lib/src/rpc-clnt.h
+++ b/rpc/rpc-lib/src/rpc-clnt.h
@@ -17,8 +17,8 @@
<http://www.gnu.org/licenses/>.
*/
-#ifndef _RPC_CLNT_H
-#define _RPC_CLNT_H
+#ifndef __RPC_CLNT_H
+#define __RPC_CLNT_H
#include "stack.h"
#include "rpc-transport.h"