From owner-cvs-src@FreeBSD.ORG Fri Feb 20 08:53:28 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 4DE1B16A4CE; Fri, 20 Feb 2004 08:53:28 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3373443D2F; Fri, 20 Feb 2004 08:53:28 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i1KGrRTA040335; Fri, 20 Feb 2004 08:53:27 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i1KGrRIT040334; Fri, 20 Feb 2004 08:53:27 -0800 (PST) (envelope-from sgk) Date: Fri, 20 Feb 2004 08:53:27 -0800 From: Steve Kargl To: Pawel Jakub Dawidek Message-ID: <20040220165327.GA40326@troutmask.apl.washington.edu> References: <200402200952.i1K9qQYd069540@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402200952.i1K9qQYd069540@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 ng_one2many.4 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: Fri, 20 Feb 2004 16:53:28 -0000 On Fri, Feb 20, 2004 at 01:52:26AM -0800, Pawel Jakub Dawidek wrote: > pjd 2004/02/20 01:52:26 PST > > FreeBSD src repository > > Modified files: > share/man/man4 ng_one2many.4 > Log: > New failure detection algorithm was backed out, so backout manual > page change as well. > Does this fix buildworld? ===> 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