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

r1170 - in glibc-package/trunk/debian: . patches



Author: schizo
Date: 2006-02-12 16:14:42 +0000 (Sun, 12 Feb 2006)
New Revision: 1170

Added:
   glibc-package/trunk/debian/patches/hurd-getresuid-dyslexia.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * Add hurd-getresuid-dyslexia.diff (fixes incorrect ordering of 
    arguments) with patch from Samuel Thibault.  (Closes: #352500)


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-02-12 00:26:38 UTC (rev 1169)
+++ glibc-package/trunk/debian/changelog	2006-02-12 16:14:42 UTC (rev 1170)
@@ -4,8 +4,12 @@
    * Updated debconf translations:
     - Brazilian Portuguese, by André Luís Lopes  (Closes: #352416)
 
- -- Denis Barbier <barbier@debian.org>  Sat, 12 Feb 2006 01:20:05 +0100
+  [ Clint Adams ]
+  * Add hurd-getresuid-dyslexia.diff (fixes incorrect ordering of
+    arguments) with patch from Samuel Thibault.  (Closes: #352500)
 
+ -- Clint Adams <schizo@debian.org>  Sun, 12 Feb 2006 11:04:38 -0500
+
 glibc (2.3.6-1) unstable; urgency=low
 
   [ Denis Barbier ]

Added: glibc-package/trunk/debian/patches/hurd-getresuid-dyslexia.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-getresuid-dyslexia.diff	2006-02-12 00:26:38 UTC (rev 1169)
+++ glibc-package/trunk/debian/patches/hurd-getresuid-dyslexia.diff	2006-02-12 16:14:42 UTC (rev 1170)
@@ -0,0 +1,13 @@
+Index: sysdeps/mach/hurd/getresuid.c
+===================================================================
+--- sysdeps/mach/hurd/getresuid.c	2002-10-13 21:03:11.000000000 -0400
++++ sysdeps/mach/hurd/getresuid.c	2006-02-12 11:08:46.000000000 -0500
+@@ -25,7 +25,7 @@
+ /* Fetch the effective user ID, real user ID, and saved-set user ID,
+    of the calling process.  */
+ int
+-__getresuid (uid_t *euid, uid_t *ruid, uid_t *suid)
++__getresuid (uid_t *ruid, uid_t *euid, uid_t *suid)
+ {
+   error_t err;
+   uid_t eff, real, saved;

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2006-02-12 00:26:38 UTC (rev 1169)
+++ glibc-package/trunk/debian/patches/series	2006-02-12 16:14:42 UTC (rev 1170)
@@ -118,3 +118,4 @@
 localedata/first_weekday.diff
 localedata/sort-UTF8-first.diff -p0
 hppa-pie-relocs.diff -p1
+hurd-getresuid-dyslexia.diff -p0



Reply to: