Received: by mail.netbsd.org (Postfix, from userid 0) id 6133F63B1B6; Mon, 25 May 2009 22:49:26 +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 2F1C463B1B5 for ; Mon, 25 May 2009 22:49:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A5075175D0; Mon, 25 May 2009 22:49:23 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 25 May 2009 22:49:23 +0000 From: Antti Kantee Subject: CVS commit: src/sys/netinet6 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20090525224923.A5075175D0@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: pooka Date: Mon May 25 22:49:23 UTC 2009 Modified Files: src/sys/netinet6: in6_src.c Log Message: Remove declaration of unused extern struct ifnet loif[NLOOP], which was already removed once, but brought back in a wholesale import. While here, mop up the #ifdef __SomeotherOS__ noise. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/netinet6/in6_src.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.