This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x-rpm-debug in repository nx-libs. from 29451db Quickfix for glibc RPC situation on OpenSuSE Tumbleweed. new da6a0d3 tirpc/ include prefix not needed on OpenSuSE TW. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nx-X11/lib/src/ConnDis.c | 4 ++-- nx-X11/programs/Xserver/os/rpcauth.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
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@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