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

r4162 - in glibc-package/branches/eglibc-2.11/debian: . patches patches/alpha



Author: aurel32
Date: 2010-02-08 21:21:38 +0000 (Mon, 08 Feb 2010)
New Revision: 4162

Added:
   glibc-package/branches/eglibc-2.11/debian/patches/alpha/cvs-timer_settime.diff
Removed:
   glibc-package/branches/eglibc-2.11/debian/patches/alpha/submitted-timer_settime.diff
Modified:
   glibc-package/branches/eglibc-2.11/debian/changelog
   glibc-package/branches/eglibc-2.11/debian/patches/series
Log:
Replace debian/patches/alpha/submitted-timer_settime.diff by debian/patches/alpha/cvs-timer_settime.diff


Modified: glibc-package/branches/eglibc-2.11/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/changelog	2010-02-08 19:50:22 UTC (rev 4161)
+++ glibc-package/branches/eglibc-2.11/debian/changelog	2010-02-08 21:21:38 UTC (rev 4162)
@@ -49,7 +49,7 @@
   * Add debian/patches/kfreebsd/local-syscalls_2.11.patch to add chflags,
     fchflags, lchflags syscalls on GNU/kFreeBSD.
   * Add debian/patches/alpha/local-longjmp-chk.diff and
-    debian/patches/alpha/submitted-timer_settime.diff to fix FTBFS on alpha.
+    debian/patches/alpha/cvs-timer_settime.diff to fix FTBFS on alpha.
 
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/submitted-rtld_lock_recursive.diff: New patch to

Added: glibc-package/branches/eglibc-2.11/debian/patches/alpha/cvs-timer_settime.diff
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/alpha/cvs-timer_settime.diff	                        (rev 0)
+++ glibc-package/branches/eglibc-2.11/debian/patches/alpha/cvs-timer_settime.diff	2010-02-08 21:21:38 UTC (rev 4162)
@@ -0,0 +1,10 @@
+2009-12-02  Mike Frysinger <vapier@gentoo.org>
+
+	* sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
+	include timer_gettime.c -> timer_settime.c.
+
+--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
++++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
+@@ -1 +1 @@
+-#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c>
++#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c>

Deleted: glibc-package/branches/eglibc-2.11/debian/patches/alpha/submitted-timer_settime.diff
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/alpha/submitted-timer_settime.diff	2010-02-08 19:50:22 UTC (rev 4161)
+++ glibc-package/branches/eglibc-2.11/debian/patches/alpha/submitted-timer_settime.diff	2010-02-08 21:21:38 UTC (rev 4162)
@@ -1,10 +0,0 @@
-2010-02-08  Aurelien Jarno  <aurelien@aurel32.net>
-
-	* sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: fix
-	include path.
-
---- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
-+++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
-@@ -1 +1 @@
--#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c>
-+#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c>

Modified: glibc-package/branches/eglibc-2.11/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/series	2010-02-08 19:50:22 UTC (rev 4161)
+++ glibc-package/branches/eglibc-2.11/debian/patches/series	2010-02-08 21:21:38 UTC (rev 4162)
@@ -52,7 +52,7 @@
 alpha/submitted-rtld-fPIC.diff
 alpha/submitted-asm-memchr.diff
 alpha/submitted-sock_nonblock.diff
-alpha/submitted-timer_settime.diff
+alpha/cvs-timer_settime.diff
 alpha/local-fcntl_h.diff
 alpha/local-longjmp-chk.diff
 


Reply to: