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

r4213 - in glibc-package/branches/eglibc-2.11/debian: . patches/hurd-i386



Author: schizo
Date: 2010-02-28 18:59:13 +0000 (Sun, 28 Feb 2010)
New Revision: 4213

Modified:
   glibc-package/branches/eglibc-2.11/debian/changelog
   glibc-package/branches/eglibc-2.11/debian/patches/hurd-i386/cvs-setsid.diff
Log:
Update debian/patches/hurd-i386/cvs-setsid.diff.

Modified: glibc-package/branches/eglibc-2.11/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/changelog	2010-02-28 18:36:07 UTC (rev 4212)
+++ glibc-package/branches/eglibc-2.11/debian/changelog	2010-02-28 18:59:13 UTC (rev 4213)
@@ -44,6 +44,7 @@
     - Remove debian/patches/any/cvs-nis-not-configured.diff (merged)
     - Update debian/patches/hppa/local-stack-grows-up.diff from
       Carlos O'Donell.
+    - Update debian/patches/hurd-i386/cvs-setsid.diff.
   * Add debian/patches/alpha/local-fcntl_h.diff.
   * Add debian/patches/hppa/local-ELF_MACHINE_BEFORE_RTLD_RELOC.diff from
     Carlos O'Donell.
@@ -81,7 +82,7 @@
   * Add kfreebsd/local-dosavesse.diff, which does not work,
     so rather use also added kfreebsd/local-nosavesse.diff
 
- -- Aurelien Jarno <aurel32@debian.org>  Thu, 11 Feb 2010 14:57:51 +0100
+ -- Clint Adams <schizo@debian.org>  Sun, 28 Feb 2010 13:58:17 -0500
 
 eglibc (2.10.2-7) UNRELEASED; urgency=low
 

Modified: glibc-package/branches/eglibc-2.11/debian/patches/hurd-i386/cvs-setsid.diff
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/hurd-i386/cvs-setsid.diff	2010-02-28 18:36:07 UTC (rev 4212)
+++ glibc-package/branches/eglibc-2.11/debian/patches/hurd-i386/cvs-setsid.diff	2010-02-28 18:59:13 UTC (rev 4213)
@@ -9,21 +9,20 @@
  hurd/hurdioctl.c |   24 ++++++++++--------------
  2 files changed, 15 insertions(+), 14 deletions(-)
 
-diff --git a/ChangeLog b/ChangeLog
-index 3ff2684..aba0d71 100644
 --- a/ChangeLog
 +++ b/ChangeLog
-@@ -1,3 +1,8 @@
+@@ -9,6 +9,11 @@
+ 
+ 	* dirent/dirent.h: Fix typo in feature selection macro use.
+ 
 +2009-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 +
 +	* hurd/hurdioctl.c (_hurd_locked_install_cttyid): Set newctty to
 +	MACH_PORT_NULL when id != cttyid.
 +
- 2009-12-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+ 2009-12-15  Ulrich Drepper  <drepper@redhat.com>
  
- 	* sysdeps/mach/hurd/getcwd.c (cleanup): Do not call
-diff --git a/hurd/hurdioctl.c b/hurd/hurdioctl.c
-index 96d910b..7c68984 100644
+ 	* include/link.h (struct link_map): Move l_used into its own word.
 --- a/hurd/hurdioctl.c
 +++ b/hurd/hurdioctl.c
 @@ -1,5 +1,6 @@
@@ -34,7 +33,7 @@
     This file is part of the GNU C Library.
  
     The GNU C Library is free software; you can redistribute it and/or
-@@ -169,33 +170,28 @@ _hurd_locked_install_cttyid (mach_port_t cttyid)
+@@ -169,33 +170,28 @@
    for (i = 0; i < _hurd_dtablesize; ++i)
      {
        struct hurd_fd *const d = _hurd_dtable[i];


Reply to: