vapier      15/08/05 06:56:59

  Modified:             003_all_coreutils-gentoo-uname.patch
  Log:
  make procinfo_keys const

Revision  Changes    Path
1.2                  
src/patchsets/coreutils/8.24/003_all_coreutils-gentoo-uname.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.24/003_all_coreutils-gentoo-uname.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.24/003_all_coreutils-gentoo-uname.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.24/003_all_coreutils-gentoo-uname.patch?r1=1.1&r2=1.2

Index: 003_all_coreutils-gentoo-uname.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo/src/patchsets/coreutils/8.24/003_all_coreutils-gentoo-uname.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 003_all_coreutils-gentoo-uname.patch        6 Jul 2015 15:16:07 -0000       
1.1
+++ 003_all_coreutils-gentoo-uname.patch        5 Aug 2015 06:56:59 -0000       
1.2
@@ -67,7 +67,7 @@
 +{
 +      FILE *fp;
 +
-+      char *procinfo_keys[] = {
++      const char * const procinfo_keys[] = {
 +              /* --processor --hardware-platform */
 +              #if defined(__alpha__)
 +                      "cpu model", "system type"




Reply via email to