On Wed, May 5, 2010 at 3:47 PM, Alan Coopersmith <[email protected]> wrote: > Signed-off-by: Alan Coopersmith <[email protected]> > --- > 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 > > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel >
Reviewed-by: Matt Turner <[email protected]> _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
