From owner-cvs-src@FreeBSD.ORG Sun Apr 27 22:25:44 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B85B106566B; Sun, 27 Apr 2008 22:25:44 +0000 (UTC) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id EE8E48FC12; Sun, 27 Apr 2008 22:25:43 +0000 (UTC) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (localhost [127.0.0.1]) by lath.rinet.ru (8.14.2/8.14.2) with ESMTP id m3RLmBRJ054027 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Apr 2008 01:48:11 +0400 (MSD) (envelope-from oleg@lath.rinet.ru) Received: (from oleg@localhost) by lath.rinet.ru (8.14.2/8.14.2/Submit) id m3RLmAQ7054026; Mon, 28 Apr 2008 01:48:10 +0400 (MSD) (envelope-from oleg) Date: Mon, 28 Apr 2008 01:48:10 +0400 From: Oleg Bulyzhin To: Andre Albsmeier Message-ID: <20080427214810.GB53909@lath.rinet.ru> References: <200804251029.m3PATQZJ014400@repoman.freebsd.org> <20080426153743.GA11411@curry.mchp.siemens.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080426153743.GA11411@curry.mchp.siemens.de> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c ip_dummynet.h ip_fw_pfil.c src/sys/net if_bridge.c if_ethersubr.c src/sbin/ipfw ipfw.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 27 Apr 2008 22:25:44 -0000 On Sat, Apr 26, 2008 at 05:37:43PM +0200, Andre Albsmeier wrote: > On Fri, 25-Apr-2008 at 10:29:26 +0000, Oleg Bulyzhin wrote: > > oleg 2008-04-25 10:29:26 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/netinet ip_dummynet.h ip_dummynet.c ip_fw_pfil.c > > sys/net if_bridge.c if_ethersubr.c > > sbin/ipfw ipfw.8 > > Log: > > MFC: > > src/sys/netinet/ip_dummynet.h 1.41 > > I am now getting > > /src/src-6/sys/modules/bridge/../../net/bridge.c: In function `bdg_forward': > /src/src-6/sys/modules/bridge/../../net/bridge.c:1122: warning: passing arg 1 of pointer to function from incompatible pointer type > *** Error code 1 > > when compiling sys/modules/bridge. Adding an '&' in front > of the first arg seems to fix it: > > ip_dn_io_ptr(&m, DN_TO_BDG_FWD, &args); > > -Andre mea culpa. fixed it yesterday. -- Oleg. ================================================================ === Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- oleg@rinet.ru === ================================================================