blueness    15/07/14 01:17:45

  Modified:             libcgroup-0.41-reorder-headers.patch
                        libcgroup-0.41-replace_INLCUDES.patch
  Log:
  Add commit messages to patches.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.2                  
dev-libs/libcgroup/files/libcgroup-0.41-reorder-headers.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcgroup/files/libcgroup-0.41-reorder-headers.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcgroup/files/libcgroup-0.41-reorder-headers.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcgroup/files/libcgroup-0.41-reorder-headers.patch?r1=1.1&r2=1.2

Index: libcgroup-0.41-reorder-headers.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libcgroup/files/libcgroup-0.41-reorder-headers.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcgroup-0.41-reorder-headers.patch        14 Jul 2015 01:11:23 -0000      
1.1
+++ libcgroup-0.41-reorder-headers.patch        14 Jul 2015 01:17:45 -0000      
1.2
@@ -1,3 +1,13 @@
+libcgroup-internal.h: reorder the header stacking.
+
+`man 3 fts` not only specifies the headers to be included, but
+also the order.  <fts.h> must be included after <sys/types.h>
+and <sys/stats.h>.  On glibc and uClibc systems, an incorrect
+order does not pose a problem, but on musl this leads to undefine
+types such as dev_t and friends.
+
+Signed-off-by: Anthony G. Basile <[email protected]>
+
 diff -Naur libcgroup-0.41.orig/src/libcgroup-internal.h 
libcgroup-0.41/src/libcgroup-internal.h
 --- libcgroup-0.41.orig/src/libcgroup-internal.h       2015-07-13 
21:08:26.740965713 -0400
 +++ libcgroup-0.41/src/libcgroup-internal.h    2015-07-13 21:09:40.774962164 
-0400



1.2                  
dev-libs/libcgroup/files/libcgroup-0.41-replace_INLCUDES.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcgroup/files/libcgroup-0.41-replace_INLCUDES.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcgroup/files/libcgroup-0.41-replace_INLCUDES.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcgroup/files/libcgroup-0.41-replace_INLCUDES.patch?r1=1.1&r2=1.2

Index: libcgroup-0.41-replace_INLCUDES.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libcgroup/files/libcgroup-0.41-replace_INLCUDES.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcgroup-0.41-replace_INLCUDES.patch       14 Jul 2015 01:11:23 -0000      
1.1
+++ libcgroup-0.41-replace_INLCUDES.patch       14 Jul 2015 01:17:45 -0000      
1.2
@@ -1,3 +1,10 @@
+Replace INCLUDES with AM_CPPFLAGS in Makefile.am
+
+We replace the deprecated INCLUDES with AM_CPPFLAGS in all
+Makefile.am's.
+
+Signed-off-by: Anthony G. Basile <[email protected]>
+
 diff -Naur libcgroup-0.41.orig/src/Makefile.am libcgroup-0.41/src/Makefile.am
 --- libcgroup-0.41.orig/src/Makefile.am        2014-01-13 14:05:56.000000000 
+0000
 +++ libcgroup-0.41/src/Makefile.am     2015-07-13 14:36:38.922428040 +0000




Reply via email to