[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4840 - in glibc-package/branches/glibc-branch-squeeze/debian: . patches/kfreebsd



Author: ps-guest
Date: 2011-08-01 11:42:53 +0000 (Mon, 01 Aug 2011)
New Revision: 4840

Modified:
   glibc-package/branches/glibc-branch-squeeze/debian/changelog
   glibc-package/branches/glibc-branch-squeeze/debian/patches/kfreebsd/local-sysdeps.diff
Log:
kfreebsd/local-sysdeps.diff, update to r3665 


Modified: glibc-package/branches/glibc-branch-squeeze/debian/changelog
===================================================================
--- glibc-package/branches/glibc-branch-squeeze/debian/changelog	2011-08-01 08:28:42 UTC (rev 4839)
+++ glibc-package/branches/glibc-branch-squeeze/debian/changelog	2011-08-01 11:42:53 UTC (rev 4840)
@@ -4,7 +4,7 @@
     optimization with gcc-4.6.  Closes: #619963.
   * Add patches/any/cvs-fnmatch.diff to fix an integer overflow in 
     fnmatch() (CVE-2011-1659).  Closes: #626370.
-  * kfreebsd/local-sysdeps.diff, update to r3663 (from squeeze glibc-bsd).
+  * kfreebsd/local-sysdeps.diff, update to r3665 (from squeeze glibc-bsd).
     - fixes LD_PRELOAD with a kfreebsd-9 kernel. Closes: #630695.
     - uses upstream RFTSIGZMB for exit signal selection when available.
     - fixes a crash in if_nameindex() with more than 3 interfaces.

Modified: glibc-package/branches/glibc-branch-squeeze/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/branches/glibc-branch-squeeze/debian/patches/kfreebsd/local-sysdeps.diff	2011-08-01 08:28:42 UTC (rev 4839)
+++ glibc-package/branches/glibc-branch-squeeze/debian/patches/kfreebsd/local-sysdeps.diff	2011-08-01 11:42:53 UTC (rev 4840)
@@ -7331,7 +7331,7 @@
 +#include <sysdeps/unix/clock_settime.c>
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clone.c
-@@ -0,0 +1,144 @@
+@@ -0,0 +1,143 @@
 +/* Create a thread.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -7370,7 +7370,6 @@
 +
 +    int mib[2];
 +    size_t size;
-+    char *temp;
 +
 +    if (osreldate == 0)
 +    {


Reply to: