Author: aurel32 Date: 2007-02-09 22:41:02 +0100 (Fri, 09 Feb 2007) New Revision: 1968
Modified: glibc-package/branches/glibc-2.5/debian/patches/any/local-notls.diff Log: Fix the last commited patch Modified: glibc-package/branches/glibc-2.5/debian/patches/any/local-notls.diff =================================================================== --- glibc-package/branches/glibc-2.5/debian/patches/any/local-notls.diff 2007-02-09 19:23:53 UTC (rev 1967) +++ glibc-package/branches/glibc-2.5/debian/patches/any/local-notls.diff 2007-02-09 21:41:02 UTC (rev 1968) @@ -4,7 +4,7 @@ 2007-02-09 Aurelien Jarno <[EMAIL PROTECTED]> - resolv/gai_sigqueue.c: Include <pthread.h>. + resolv/gai_misc.h: Include <pthread.h>. 2007-02-06 Petr Salinger <[EMAIL PROTECTED]> @@ -135,13 +135,13 @@ + +#endif + ---- resolv/gai_sigqueue.c 2007-02-09 20:15:02.000000000 +0100 -+++ resolv/gai_sigqueue.c 2007-02-09 20:16:02.000000000 +0100 -@@ -19,6 +19,7 @@ - #include <aio.h> - #include <errno.h> +--- resolv/gai_misc.h 2007-02-09 22:38:33.000000000 +0100 ++++ resolv/gai_misc.h 2007-02-09 22:39:07.000000000 +0100 +@@ -22,6 +22,7 @@ + + #include <netdb.h> #include <signal.h> +#include <pthread.h> - #include <gai_misc.h> + /* Used to synchronize. */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

