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

r4960 - in glibc-package/trunk/debian: . patches patches/hurd-i386



Author: sthibault
Date: 2011-09-08 17:01:01 +0000 (Thu, 08 Sep 2011)
New Revision: 4960

Added:
   glibc-package/trunk/debian/patches/hurd-i386/cvs-DEV_BSIZE.diff
Removed:
   glibc-package/trunk/debian/patches/hurd-i386/submitted-DEV_BSIZE.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
* patches/hurd-i386/submitted-ttyname_ERANGE.diff: Really add to the series.
* mv patches/hurd-i386/{submitted,cvs}-DEV_BSIZE.diff, and really add to the
  series.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-09-08 13:32:09 UTC (rev 4959)
+++ glibc-package/trunk/debian/changelog	2011-09-08 17:01:01 UTC (rev 4960)
@@ -2,6 +2,9 @@
 
   [ Samuel Thibault ]
   * patches/hurd-i386/unsubmitted-tls-support.diff: Fix port leak in fork().
+  * patches/hurd-i386/submitted-ttyname_ERANGE.diff: Really add to the series.
+  * mv patches/hurd-i386/{submitted,cvs}-DEV_BSIZE.diff, and really add to the
+    series.
 
  -- Samuel Thibault <sthibault@debian.org>  Thu, 08 Sep 2011 15:31:05 +0200
 

Copied: glibc-package/trunk/debian/patches/hurd-i386/cvs-DEV_BSIZE.diff (from rev 4958, glibc-package/trunk/debian/patches/hurd-i386/submitted-DEV_BSIZE.diff)
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/cvs-DEV_BSIZE.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/cvs-DEV_BSIZE.diff	2011-09-08 17:01:01 UTC (rev 4960)
@@ -0,0 +1,21 @@
+http://www.cygwin.com/ml/libc-alpha/2011-09/msg00028.html
+
+2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+* sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): Define macro.
+
+diff --git a/sysdeps/mach/hurd/sys/param.h b/sysdeps/mach/hurd/sys/param.h
+index 699ba35..29cb1e3 100644
+--- a/sysdeps/mach/hurd/sys/param.h
++++ b/sysdeps/mach/hurd/sys/param.h
+@@ -119,6 +119,10 @@
+ #define	MAX(a,b) (((a)>(b))?(a):(b))
+ 
+ 
++/* Unit of `st_blocks'.  */
++#define DEV_BSIZE       512
++
++
+ /* Scale factor for scaled integers used to count %cpu time and load avgs.
+ 
+    The number of CPU `tick's that map to a unique `%age' can be expressed

Deleted: glibc-package/trunk/debian/patches/hurd-i386/submitted-DEV_BSIZE.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/submitted-DEV_BSIZE.diff	2011-09-08 13:32:09 UTC (rev 4959)
+++ glibc-package/trunk/debian/patches/hurd-i386/submitted-DEV_BSIZE.diff	2011-09-08 17:01:01 UTC (rev 4960)
@@ -1,21 +0,0 @@
-http://www.cygwin.com/ml/libc-alpha/2011-09/msg00028.html
-
-2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
-
-* sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): Define macro.
-
-diff --git a/sysdeps/mach/hurd/sys/param.h b/sysdeps/mach/hurd/sys/param.h
-index 699ba35..29cb1e3 100644
---- a/sysdeps/mach/hurd/sys/param.h
-+++ b/sysdeps/mach/hurd/sys/param.h
-@@ -119,6 +119,10 @@
- #define	MAX(a,b) (((a)>(b))?(a):(b))
- 
- 
-+/* Unit of `st_blocks'.  */
-+#define DEV_BSIZE       512
-+
-+
- /* Scale factor for scaled integers used to count %cpu time and load avgs.
- 
-    The number of CPU `tick's that map to a unique `%age' can be expressed

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2011-09-08 13:32:09 UTC (rev 4959)
+++ glibc-package/trunk/debian/patches/series	2011-09-08 17:01:01 UTC (rev 4960)
@@ -151,6 +151,8 @@
 hurd-i386/submitted-hurdsig-SA_SIGINFO.diff
 hurd-i386/submitted-hurdsig-fixes-2.diff
 hurd-i386/submitted-libc_stack_end.diff
+hurd-i386/submitted-ttyname_ERANGE.diff
+hurd-i386/cvs-DEV_BSIZE.diff
 
 ia64/local-dlfptr.diff
 ia64/submitted-sysconf.diff


Reply to: