This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch sid in repository glibc.
commit 9d2e93361d7a685b8866536b262183b5f506bcbd Author: Aurelien Jarno <[email protected]> Date: Tue Jul 19 20:22:20 2016 +0200 patches/kfreebsd/local-sysdeps.diff: update to revision 6096 (from glibc-bsd). --- debian/changelog | 2 ++ debian/patches/kfreebsd/local-sysdeps.diff | 39 ++++++++---------------------- 2 files changed, 12 insertions(+), 29 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ec15b5..3b65c9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ glibc (2.23-2) UNRELEASED; urgency=medium [ Aurelien Jarno ] * Danish debconf translation update from Joe Hansen. Closes: #830589. + * patches/kfreebsd/local-sysdeps.diff: update to revision 6096 (from + glibc-bsd). [ Samuel Thibault ] * hurd-i386/cvs-libpthread-2.23.diff: Update, adds pthread_setcancelstate diff --git a/debian/patches/kfreebsd/local-sysdeps.diff b/debian/patches/kfreebsd/local-sysdeps.diff index ebd77a4..35a655a 100644 --- a/debian/patches/kfreebsd/local-sysdeps.diff +++ b/debian/patches/kfreebsd/local-sysdeps.diff @@ -1662,34 +1662,6 @@ + __key_t __key; /* user specified msg/sem/shm key */ +}; --- /dev/null -+++ b/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/local_lim.h -@@ -0,0 +1,25 @@ -+/* Minimum guaranteed maximum values for system limits. kFreeBSD version. -+ Copyright (C) 2011 Free Software Foundation, Inc. -+ This file is part of the GNU C Library. -+ -+ The GNU C Library is free software; you can redistribute it and/or -+ modify it under the terms of the GNU Lesser General Public -+ License as published by the Free Software Foundation; either -+ version 2.1 of the License, or (at your option) any later version. -+ -+ The GNU C Library is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ Lesser General Public License for more details. -+ -+ You should have received a copy of the GNU Lesser General Public -+ License along with the GNU C Library; if not, write to the Free -+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -+ 02111-1307 USA. */ -+ -+#include <sys/param.h> -+ -+/* BSD userland provides MAXHOSTNAMELEN via <sys/param.h>. GNU -+ userland provides HOST_NAME_MAX via <limits.h>. This makes -+ both worlds happy. */ -+#define HOST_NAME_MAX MAXHOSTNAMELEN ---- /dev/null +++ b/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/mman.h @@ -0,0 +1,130 @@ +/* Definitions for POSIX memory map interface. FreeBSD version. @@ -7484,7 +7456,7 @@ +/* No thread support. */ --- /dev/null +++ b/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/bits/local_lim.h -@@ -0,0 +1,51 @@ +@@ -0,0 +1,60 @@ +/* Minimum guaranteed maximum values for system limits. FreeBSD version. + Copyright (C) 1993-1998, 2000, 2002 Free Software Foundation, Inc. + This file is part of the GNU C Library. @@ -7534,6 +7506,15 @@ +/* Maximum number of timer expiration overruns. */ +#define DELAYTIMER_MAX 2147483647 + ++/* Maximum tty name length. */ ++/* Already defined in <sys/param.h>. */ ++ ++/* Maximum login name length. */ ++#define LOGIN_NAME_MAX (MAXLOGNAME - 1) ++ ++/* Maximum host name length. */ ++#define HOST_NAME_MAX MAXHOSTNAMELEN ++ +/* Maximum value the semaphore can have. */ +#define SEM_VALUE_MAX (2147483647) --- /dev/null -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

