Received: by mail.netbsd.org (Postfix, from userid 605) id 2F25C85E6B; Fri, 1 Apr 2016 06:25:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B10B185EBE for ; Fri, 1 Apr 2016 06:25:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id N18ylV_vKTlE for ; Fri, 1 Apr 2016 06:25:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5A7B785E47 for ; Fri, 1 Apr 2016 06:25:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 546A1FBBA; Fri, 1 Apr 2016 06:25:51 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 1 Apr 2016 06:25:51 +0000 From: "Ryota Ozaki" Subject: CVS commit: src/sys/netinet6 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160401062551.546A1FBBA@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Ryota Ozaki" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: ozaki-r Date: Fri Apr 1 06:25:51 UTC 2016 Modified Files: src/sys/netinet6: in6.c Log Message: Use __func__ in log messages To generate a diff of this commit: cvs rdiff -u -r1.195 -r1.196 src/sys/netinet6/in6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.