diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-11-11 10:14:42 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-11-11 10:14:42 +0000 |
commit | 70954b8d0f07e8b2313f9711ab4ef718a0815f25 (patch) | |
tree | 7ca4414023c89608ed626c06f6642b957eb8dabf /lib/libXdmcp/Flush.c | |
parent | dcfd76c8b420ac78e6654341e1d0d7edb1626e95 (diff) |
Update to libXdmcp 1.1.0.
Tested by krw@, ajacoutot@, jasper@ and on a bulk ports build by landry@
Diffstat (limited to 'lib/libXdmcp/Flush.c')
-rw-r--r-- | lib/libXdmcp/Flush.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libXdmcp/Flush.c b/lib/libXdmcp/Flush.c index 6a32e7c7a..cdcd1f096 100644 --- a/lib/libXdmcp/Flush.c +++ b/lib/libXdmcp/Flush.c @@ -1,7 +1,4 @@ /* - * $Xorg: Flush.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $ - * - * Copyright 1989, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its @@ -27,8 +24,6 @@ in this Software without prior written authorization from The Open Group. * Author: Keith Packard, MIT X Consortium */ -/* $XFree86: xc/lib/Xdmcp/Flush.c,v 3.7 2001/07/23 13:15:42 dawes Exp $ */ - #ifdef WIN32 #define _WILLWINSOCK_ #endif @@ -46,11 +41,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 |