[PATCH xserver 1/2] meson: Enable SUN-DES-1 auth code

Adam Jackson ajax at nwnk.net
Mon Jan 22 18:22:15 UTC 2018


On Mon, 2018-01-22 at 15:27 +0000, Jon Turney wrote:

> Revised patch attached.

This introduces a warning on my Fedora 27 machine:

In file included from ../os/rpcauth.c:47:0:
/usr/include/tirpc/rpc/rpc.h:83:12: warning: redundant redeclaration of ‘bindresvport’ [-Wredundant-decls]
 extern int bindresvport(int, struct sockaddr_in *);
            ^~~~~~~~~~~~
In file included from /usr/include/tirpc/rpc/rpc.h:40:0,
                 from ../os/rpcauth.c:47:
/usr/include/netinet/in.h:502:12: note: previous declaration of ‘bindresvport’ was here
 extern int bindresvport (int __sockfd, struct sockaddr_in *__sock_in) __THROW;
            ^~~~~~~~~~~~

I'm going to assume this is just what you get when glibc still has the
rpc interfaces exposed, and hope it goes away later. In the meantime do
'meson configure -Dsecure-rpc=false' if it bothers you.

Merged, thanks:

remote: I: patch #199791 updated using rev 514d2c243e01b114de304ea72226bbf8772b1b11.
remote: I: 1 patch(es) updated to state Accepted.
To ssh://git.freedesktop.org/git/xorg/xserver
   f72587ecc..514d2c243  master -> master

- ajax


More information about the xorg-devel mailing list