DA16.c | 1 + DA32.c | 1 + DA8.c | 1 + Fill.c | 1 + debian/control | 6 ------ 5 files changed, 4 insertions(+), 6 deletions(-)
New commits: commit 59def9ad40f03e6b5a866962e2f07de105ac0a5d Author: Mikhail Gusarov <[email protected]> Date: Fri May 7 18:58:49 2010 +0700 Remove duplicate xorg.fd.o URL and confusing mailing list URL from debian/control diff --git a/DA16.c b/DA16.c index 021acce..c2b2d2b 100644 --- a/DA16.c +++ b/DA16.c @@ -36,6 +36,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/X.h> #include <X11/Xmd.h> #include <X11/Xdmcp.h> +#include <stdlib.h> void XdmcpDisposeARRAY16 (ARRAY16Ptr array) diff --git a/DA32.c b/DA32.c index 37cc99a..f18ada9 100644 --- a/DA32.c +++ b/DA32.c @@ -34,6 +34,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/X.h> #include <X11/Xmd.h> #include <X11/Xdmcp.h> +#include <stdlib.h> void XdmcpDisposeARRAY32 (ARRAY32Ptr array) diff --git a/DA8.c b/DA8.c index dbcd635..7a705a9 100644 --- a/DA8.c +++ b/DA8.c @@ -34,6 +34,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/X.h> #include <X11/Xmd.h> #include <X11/Xdmcp.h> +#include <stdlib.h> void XdmcpDisposeARRAY8 (ARRAY8Ptr array) diff --git a/Fill.c b/Fill.c index dd26d8b..7b21eae 100644 --- a/Fill.c +++ b/Fill.c @@ -53,6 +53,7 @@ in this Software without prior written authorization from The Open Group. #endif /* !Lynx */ #endif #endif +#include <stdlib.h> int XdmcpFill (int fd, XdmcpBufferPtr buffer, XdmcpNetaddr from, int *fromlen) diff --git a/debian/control b/debian/control index 7e26335..a1a89e0 100644 --- a/debian/control +++ b/debian/control @@ -24,8 +24,6 @@ Description: X11 Display Manager Control Protocol library . More information about X.Org can be found at: <URL:http://www.X.org> - <URL:http://xorg.freedesktop.org> - <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp @@ -52,8 +50,6 @@ Description: X11 authorisation library (debug package) . More information about X.Org can be found at: <URL:http://www.X.org> - <URL:http://xorg.freedesktop.org> - <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp @@ -71,8 +67,6 @@ Description: X11 authorisation library (development headers) . More information about X.Org can be found at: <URL:http://www.X.org> - <URL:http://xorg.freedesktop.org> - <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

