From owner-cvs-src@FreeBSD.ORG Thu Jul 29 18:04:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2619516A4CE; Thu, 29 Jul 2004 18:04:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0725F43D49; Thu, 29 Jul 2004 18:04:13 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6TI46fr049304; Thu, 29 Jul 2004 18:04:06 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6TI46Od049303; Thu, 29 Jul 2004 18:04:06 GMT (envelope-from kan) Message-Id: <200407291804.i6TI46Od049303@repoman.freebsd.org> From: Alexander Kabaev Date: Thu, 29 Jul 2004 18:04:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ip6fw ip6fw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2004 18:04:13 -0000 kan 2004-07-29 18:04:06 UTC FreeBSD src repository Modified files: sbin/ip6fw ip6fw.c Log: Make lookup_host function invocation parameter match its prototype. Revision Changes Path 1.18 +2 -1 src/sbin/ip6fw/ip6fw.c