summaryrefslogtreecommitdiffstats
path: root/proxy/rpcgen
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-03-14 13:38:47 -0400
committerSimo Sorce <simo@redhat.com>2013-03-14 13:42:50 -0400
commit149c8346588e98949ca15ef98634a5b8e37a0be6 (patch)
treea2fb021cb9d92ea772e3bfc945d214444bd533af /proxy/rpcgen
parent472b7b49ed79f65f1e94c47bb58fb41f709eb287 (diff)
downloadgss-proxy-149c8346588e98949ca15ef98634a5b8e37a0be6.tar.gz
gss-proxy-149c8346588e98949ca15ef98634a5b8e37a0be6.tar.xz
gss-proxy-149c8346588e98949ca15ef98634a5b8e37a0be6.zip
Use gssrpc instead of system rpc
This avoids issues with libraris like libtirpc as gssrpc renames all the symbols to avoid clashes with system libraries.
Diffstat (limited to 'proxy/rpcgen')
-rw-r--r--proxy/rpcgen/gp_rpc.h2
-rw-r--r--proxy/rpcgen/gss_proxy.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/proxy/rpcgen/gp_rpc.h b/proxy/rpcgen/gp_rpc.h
index a21a60f..14e0a9e 100644
--- a/proxy/rpcgen/gp_rpc.h
+++ b/proxy/rpcgen/gp_rpc.h
@@ -6,7 +6,7 @@
#ifndef _GP_RPC_H_RPCGEN
#define _GP_RPC_H_RPCGEN
-#include <rpc/rpc.h>
+#include <rpcgen/gp_xdr.h>
#ifdef __cplusplus
diff --git a/proxy/rpcgen/gss_proxy.h b/proxy/rpcgen/gss_proxy.h
index 281c225..0bc8361 100644
--- a/proxy/rpcgen/gss_proxy.h
+++ b/proxy/rpcgen/gss_proxy.h
@@ -6,7 +6,7 @@
#ifndef _GSS_PROXY_H_RPCGEN
#define _GSS_PROXY_H_RPCGEN
-#include <rpc/rpc.h>
+#include <rpcgen/gp_xdr.h>
#ifdef __cplusplus