Received: by mail.netbsd.org (Postfix, from userid 605) id E7A9A85F65; Wed, 20 Jan 2016 22:12:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7305685F5C for ; Wed, 20 Jan 2016 22:12:23 +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 fv_UrdVyZGgO for ; Wed, 20 Jan 2016 22:12:22 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6786384CEF for ; Wed, 20 Jan 2016 22:12:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 61A9CFBB7; Wed, 20 Jan 2016 22:12:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 20 Jan 2016 22:12:22 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/sys/netinet To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160120221222.61A9CFBB7@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: "Taylor R Campbell" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: riastradh Date: Wed Jan 20 22:12:22 UTC 2016 Modified Files: src/sys/netinet: ip_output.c ip_var.h Log Message: Give proper prototype to ip_output. To generate a diff of this commit: cvs rdiff -u -r1.247 -r1.248 src/sys/netinet/ip_output.c cvs rdiff -u -r1.109 -r1.110 src/sys/netinet/ip_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.