This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch glibc-2.23 in repository glibc.
commit 4178b8bf308f196ef50e9f49aeefd98fe5423fbe Author: Aurelien Jarno <[email protected]> Date: Thu Mar 24 11:48:42 2016 +0100 patches/kfreebsd/local-fbtl.diff: update to revision 5972 (from glibc-bsd). --- debian/changelog | 3 ++- debian/patches/kfreebsd/local-sysdeps.diff | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d77c179..8f091fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ glibc (2.23-0experimental2) UNRELEASED; urgency=medium [ Aurelien Jarno ] - * + * patches/kfreebsd/local-fbtl.diff: update to revision 5972 (from + glibc-bsd). [ Adam Conrad ] * debian/testsuite-xfail-debian.mk: Also allow tst-malloc-thread-fail to diff --git a/debian/patches/kfreebsd/local-sysdeps.diff b/debian/patches/kfreebsd/local-sysdeps.diff index fceb6d5..17637df 100644 --- a/debian/patches/kfreebsd/local-sysdeps.diff +++ b/debian/patches/kfreebsd/local-sysdeps.diff @@ -32613,6 +32613,18 @@ + +#include "../vfork.S" --- /dev/null ++++ b/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fts.c +@@ -0,0 +1,3 @@ ++/* On GNU/kFreeBSD x86_64, ino_t and ino64_t have different sizes, so ++ fts and fts64 have to be different functions. */ ++#include <io/fts.c> +--- /dev/null ++++ b/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fts64.c +@@ -0,0 +1,3 @@ ++/* On GNU/kFreeBSD x86_64, ino_t and ino64_t have different sizes, so ++ fts and fts64 have to be different functions. */ ++#include <io/fts64.c> +--- /dev/null +++ b/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/get_clockfreq.c @@ -0,0 +1 @@ +#include "../i386/get_clockfreq.c" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

