Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 4059C63D712 for ; Wed, 8 Feb 2012 00:12:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 18BE614A1B7; Wed, 8 Feb 2012 00:12:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A844114A1B6 for ; Wed, 8 Feb 2012 00:12:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id o8h-bR7Cw060 for ; Wed, 8 Feb 2012 00:12:38 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3514414A199 for ; Wed, 8 Feb 2012 00:12:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A2B21175DD; Wed, 8 Feb 2012 00:12:37 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 8 Feb 2012 00:12:37 +0000 From: "Steven Drake" Subject: CVS commit: pkgsrc/chat/kmess To: pkgsrc-changes@NetBSD.org Reply-To: sbd@netbsd.org X-Mailer: log_accum Message-Id: <20120208001237.A2B21175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sbd Date: Wed Feb 8 00:12:37 UTC 2012 Modified Files: pkgsrc/chat/kmess: distinfo Added Files: pkgsrc/chat/kmess/patches: patch-kmess_prefix.cpp Log Message: Comply the the C++ spec by making a variable that is assigned the result of a strchr(const char *, int c) call a constant. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/chat/kmess/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/chat/kmess/patches/patch-kmess_prefix.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.