From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5D0041395EA for ; Wed, 5 Aug 2015 06:57:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E278BE08FE; Wed, 5 Aug 2015 06:57:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A665E08FE for ; Wed, 5 Aug 2015 06:57:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC82334074F for ; Wed, 5 Aug 2015 06:57:02 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 559) id A187D127; Wed, 5 Aug 2015 06:56:59 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo commit in src/patchsets/coreutils/8.24: 003_all_coreutils-gentoo-uname.patch X-VCS-Repository: gentoo X-VCS-Files: 003_all_coreutils-gentoo-uname.patch X-VCS-Directories: src/patchsets/coreutils/8.24 X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150805065659.A187D127@oystercatcher.gentoo.org> Date: Wed, 5 Aug 2015 06:56:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1a7bf7e0-2502-4ccd-ace0-cf8820fe6560 X-Archives-Hash: 9403a778c31b8ee82ad65cbf76108c3a 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"