[PATCH] Remove a decnet leftover
Alan Coopersmith
alan.coopersmith at oracle.com
Wed Mar 16 10:33:18 PDT 2011
On 03/16/11 09:33 AM, Adam Jackson wrote:
> Signed-off-by: Adam Jackson <ajax at redhat.com>
> ---
> Xtrans.c | 16 ----------------
> 1 files changed, 0 insertions(+), 16 deletions(-)
>
> diff --git a/Xtrans.c b/Xtrans.c
> index f59bd61..d90a8cc 100644
> --- a/Xtrans.c
> +++ b/Xtrans.c
> @@ -282,22 +282,6 @@ TRANS(ParseAddress) (char *address, char **protocol, char **host, char **port)
> return 0;
> }
>
> - /* Check for DECnet */
> -
> - if ((mybuf != _host) && (*(mybuf - 1) == ':')
> -#if defined(IPv6) && defined(AF_INET6)
> - /* An IPv6 address can end in :: so three : in a row is assumed to be
> - an IPv6 host and not a DECnet node with a : in it's name, unless
> - DECnet is specifically requested */
> - && ( ((mybuf - 1) == _host) || (*(mybuf - 2) != ':') ||
> - ((_protocol != NULL) && (strcmp(_protocol, "dnet") == 0)) )
> -#endif
> - )
> - {
> - _protocol = "dnet";
> - *(mybuf - 1) = '\0';
> - }
> -
> *mybuf ++= '\0';
>
> _host_len = strlen(_host);
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Platform Engineering: X Window System
More information about the xorg-devel
mailing list