[PATCH: libXdmcp 3/4] unifdef Lynx

Matt Turner mattst88 at gmail.com
Wed May 5 13:05:05 PDT 2010


On Wed, May 5, 2010 at 3:47 PM, Alan Coopersmith
<alan.coopersmith at oracle.com> wrote:
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
>  Fill.c  |    4 ----
>  Flush.c |    4 ----
>  2 files changed, 0 insertions(+), 8 deletions(-)
>
> diff --git a/Fill.c b/Fill.c
> index dd26d8b..eec2968 100644
> --- a/Fill.c
> +++ b/Fill.c
> @@ -46,11 +46,7 @@ in this Software without prior written authorization from The Open Group.
>  #ifdef WIN32
>  #include <X11/Xwinsock.h>
>  #else
> -#ifndef Lynx
>  #include <sys/socket.h>
> -#else
> -#include <socket.h>
> -#endif /* !Lynx */
>  #endif
>  #endif
>
> diff --git a/Flush.c b/Flush.c
> index 6a32e7c..07288e5 100644
> --- a/Flush.c
> +++ b/Flush.c
> @@ -46,11 +46,7 @@ in this Software without prior written authorization from The Open Group.
>  #ifdef WIN32
>  #include <X11/Xwinsock.h>
>  #else
> -#ifndef Lynx
>  #include <sys/socket.h>
> -#else
> -#include <socket.h>
> -#endif /* !Lynx */
>  #endif
>  #endif
>
> --
> 1.5.6.5
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>

Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the xorg-devel mailing list