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

[glibc] 01/01: debian/patches/any/local-ldso-disable-hwcap.diff: Include <fcntl.h> before <not-errno.h>.



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

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

commit 851135e9a539fe8df94b05d3ea8cd1fddd7cd407
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sun Dec 17 20:14:28 2017 +0100

    debian/patches/any/local-ldso-disable-hwcap.diff: Include <fcntl.h> before <not-errno.h>.
---
 debian/changelog                                 | 8 ++++++++
 debian/patches/any/local-ldso-disable-hwcap.diff | 3 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 038f775..4926ccf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+glibc (2.26-0experimental3) UNRELEASED; urgency=medium
+
+  [ Aurelien Jarno ]
+  * debian/patches/any/local-ldso-disable-hwcap.diff: Include <fcntl.h>
+    before <not-errno.h>.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 17 Dec 2017 20:13:55 +0100
+
 glibc (2.26-0experimental2) experimental; urgency=medium
 
   [ Aurelien Jarno ]
diff --git a/debian/patches/any/local-ldso-disable-hwcap.diff b/debian/patches/any/local-ldso-disable-hwcap.diff
index 03cdc3d..695aa7f 100644
--- a/debian/patches/any/local-ldso-disable-hwcap.diff
+++ b/debian/patches/any/local-ldso-disable-hwcap.diff
@@ -14,10 +14,11 @@
 
 --- a/elf/dl-hwcaps.c
 +++ b/elf/dl-hwcaps.c
-@@ -22,6 +22,8 @@
+@@ -22,6 +22,9 @@
  #include <libintl.h>
  #include <unistd.h>
  #include <ldsodefs.h>
++#include <fcntl.h>
 +#include <sysdep.h>
 +#include <not-errno.h>
 

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


Reply to: