From owner-cvs-src@FreeBSD.ORG Thu Feb 19 12:27:44 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 56ABE16A4CE; Thu, 19 Feb 2004 12:27:44 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 409F943D2D; Thu, 19 Feb 2004 12:27:44 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i1JKRcTA033720; Thu, 19 Feb 2004 12:27:38 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i1JKRcQG033719; Thu, 19 Feb 2004 12:27:38 -0800 (PST) (envelope-from sgk) Date: Thu, 19 Feb 2004 12:27:38 -0800 From: Steve Kargl To: Julian Elischer Message-ID: <20040219202738.GA33674@troutmask.apl.washington.edu> References: <200402191658.i1JGw1Pu012961@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Pawel Jakub Dawidek cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netgraph ng_ether.c ng_ether.h 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, 19 Feb 2004 20:27:44 -0000 On Thu, Feb 19, 2004 at 12:06:41PM -0800, Julian Elischer wrote: > > > On Thu, 19 Feb 2004, Pawel Jakub Dawidek wrote: > > > pjd 2004/02/19 08:58:01 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/netgraph ng_ether.c ng_ether.h > > Log: > > Export private structure owned by ng_ether(4) module outside. > > It'll is required by new failure detection algorithm for ng_one2many(4). > > > > No response from: julian, archie > err sorry about that.. > I looked at it and like it but got distracted and forgot to tell you > about it :-( (a 2YO will do that to your life).. > > It is also broken. ===> lib/libnetgraph cc -O -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c /usr/src/lib/libnetgraph/debug.c In file included from /usr/src/lib/libnetgraph/debug.c:65: /usr/obj/usr/src/i386/usr/include/netgraph/ng_ether.h:71: error: syntax error before "hook_p" *** Error code 1 Stop in /usr/src/lib/libnetgraph. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Steve