Author: ps-guest
Date: 2010-02-11 10:28:49 +0000 (Thu, 11 Feb 2010)
New Revision: 4188

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
* kfreebsd/local-sysdeps.diff: update to revision 2975 (from glibc-bsd).



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2010-02-10 21:35:04 UTC (rev 
4187)
+++ glibc-package/trunk/debian/changelog        2010-02-11 10:28:49 UTC (rev 
4188)
@@ -9,7 +9,7 @@
   * debian/*symbols*: simplify symbol files by using the new #PACKAGE#
     feature.
   * Bump to Standards-Version 3.8.4.
-  * kfreebsd/local-sysdeps.diff: update to revision 2974 (from glibc-bsd).
+  * kfreebsd/local-sysdeps.diff: update to revision 2975 (from glibc-bsd).
 
  -- Aurelien Jarno <aure...@debian.org>  Mon, 08 Feb 2010 19:20:38 +0100
 

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff      
2010-02-10 21:35:04 UTC (rev 4187)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff      
2010-02-11 10:28:49 UTC (rev 4188)
@@ -18315,7 +18315,7 @@
 +}
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open.c
-@@ -0,0 +1,89 @@
+@@ -0,0 +1,93 @@
 +/* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +
@@ -18368,6 +18368,9 @@
 +    LIBC_CANCEL_RESET (oldtype);
 +  }
 +
++#if 0
++/* At least 8.0 kernel seems be fine and this workaround does not respect 
"sysctl vfs.timestamp_precision" */
++
 +  if (fd >= 0 && (oflag & O_TRUNC))
 +    {
 +      /* Set the modification time.  The kernel ought to do this.  */
@@ -18392,6 +18395,7 @@
 +      }
 +      __set_errno (saved_errno);
 +    }
++#endif
 +
 +  return fd;
 +}
@@ -18417,7 +18421,7 @@
 +strong_alias (__open_2, __open64_2)
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat.c
-@@ -0,0 +1,312 @@
+@@ -0,0 +1,316 @@
 +/* Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +
@@ -18679,6 +18683,9 @@
 +    }
 +#endif
 +
++#if 0
++/* At least 8.0 kernel seems be fine and this workaround does not respect 
"sysctl vfs.timestamp_precision" */
++
 +  if (result >= 0 && (oflag & O_TRUNC))
 +    {
 +      /* Set the modification time.  The kernel ought to do this.  */
@@ -18703,6 +18710,7 @@
 +      }
 +      __set_errno (saved_errno);
 +    }
++#endif
 +
 +  return result;
 +}


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to