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

[glibc] 01/01: patches/kfreebsd/local-sysdeps.diff: update to revision 6101 (from glibc-bsd).



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch glibc-2.24
in repository glibc.

commit e8cfd3c755ae255628de7bb680ee3130390cb571
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Mon Aug 15 15:53:36 2016 +0200

    patches/kfreebsd/local-sysdeps.diff: update to revision 6101 (from glibc-bsd).
---
 debian/changelog                           | 2 ++
 debian/patches/kfreebsd/local-sysdeps.diff | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e8e9efb..3a09886 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ glibc (2.24-0experimental1) UNRELEASED; urgency=medium
     based on a patch from Matthias Klose.  Closes: #834138.
   * rules.d/build.mk: test for DEB_BUILD_OPTIONS="nocheck" using filter
     instead of findstring.
+  * patches/kfreebsd/local-sysdeps.diff: update to revision 6101 (from
+    glibc-bsd).
 
  -- Samuel Thibault <sthibault@debian.org>  Thu, 04 Aug 2016 09:20:04 +0200
 
diff --git a/debian/patches/kfreebsd/local-sysdeps.diff b/debian/patches/kfreebsd/local-sysdeps.diff
index f1b179b..58c368c 100644
--- a/debian/patches/kfreebsd/local-sysdeps.diff
+++ b/debian/patches/kfreebsd/local-sysdeps.diff
@@ -24834,7 +24834,7 @@
 +  int mode = 0;
 +  int fd;
 +
-+  if (oflag & O_CREAT)
++  if (__OPEN_NEEDS_MODE (oflag))
 +    {
 +      va_list arg;
 +      va_start (arg, oflag);
@@ -24916,7 +24916,7 @@
 +  int mode = 0;
 +  int result;
 +
-+  if (oflag & O_CREAT)
++  if (__OPEN_NEEDS_MODE (oflag))
 +    {
 +      va_list arg;
 +      va_start (arg, oflag);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: