[X2Go-Commits] [nx-libs] 01/01: tirpc/ include prefix not needed on OpenSuSE TW.

git-admin at x2go.org git-admin at x2go.org
Tue Mar 6 01:52:26 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x-rpm-debug
in repository nx-libs.

commit da6a0d3bee840ee33b73a99619e6a0ab26a06122
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Tue Mar 6 01:52:22 2018 +0100

    tirpc/ include prefix not needed on OpenSuSE TW.
---
 nx-X11/lib/src/ConnDis.c             | 4 ++--
 nx-X11/programs/Xserver/os/rpcauth.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nx-X11/lib/src/ConnDis.c b/nx-X11/lib/src/ConnDis.c
index 9df9db2..dfc0227 100644
--- a/nx-X11/lib/src/ConnDis.c
+++ b/nx-X11/lib/src/ConnDis.c
@@ -844,10 +844,10 @@ _XSendClientPrefix(
 
 
 #ifdef SECURE_RPC
-#include <tirpc/rpc/rpc.h>
+#include <rpc/rpc.h>
 #ifdef ultrix
 #include <time.h>
-#include <tirpc/rpc/auth_des.h>
+#include <rpc/auth_des.h>
 #endif
 #endif
 
diff --git a/nx-X11/programs/Xserver/os/rpcauth.c b/nx-X11/programs/Xserver/os/rpcauth.c
index e5f2822..678bedf 100644
--- a/nx-X11/programs/Xserver/os/rpcauth.c
+++ b/nx-X11/programs/Xserver/os/rpcauth.c
@@ -44,7 +44,7 @@ from The Open Group.
 #include "os.h"
 #include "dixstruct.h"
 
-#include <tirpc/rpc/rpc.h>
+#include <rpc/rpc.h>
 
 #ifdef sun
 /* <rpc/auth.h> only includes this if _KERNEL is #defined... */
@@ -53,7 +53,7 @@ extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
 
 #ifdef ultrix
 #include <time.h>
-#include <tirpc/rpc/auth_des.h>
+#include <rpc/auth_des.h>
 #endif
 
 static enum auth_stat why;

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list