From nobody@FreeBSD.org  Sat Apr 26 11:46:34 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3BA42106567B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Apr 2008 11:46:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 2F5C38FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Apr 2008 11:46:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m3QBk3bY046767
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Apr 2008 11:46:03 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m3QBk2wE046766;
	Sat, 26 Apr 2008 11:46:02 GMT
	(envelope-from nobody)
Message-Id: <200804261146.m3QBk2wE046766@www.freebsd.org>
Date: Sat, 26 Apr 2008 11:46:02 GMT
From: barbara <barbara.xxx1975@libero.it>
To: freebsd-gnats-submit@FreeBSD.org
Subject: buildworld broken on 6-STABLE
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         123110
>Category:       misc
>Synopsis:       [patch] buildworld broken on 6-STABLE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 26 11:50:00 UTC 2008
>Closed-Date:    Sun Apr 27 11:32:23 UTC 2008
>Last-Modified:  Sun Apr 27 11:32:23 UTC 2008
>Originator:     barbara
>Release:        6-STABLE
>Organization:
>Environment:
FreeBSD satanasso.local.net 6.3-STABLE FreeBSD 6.3-STABLE #0: Sat Apr 19 02:50:27 CEST 2008 root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386
>Description:
As reported here
http://lists.freebsd.org/pipermail/freebsd-stable/2008-April/042195.html
buildworld on 6-STABLE is broken.
I think that this is caused by the MFC of the recent changes on sys/netinet/ip_dummynet.h, not reported on sys/net/if_bridge.c (that in the meanwhile, has been removed).

>How-To-Repeat:
Run make buildworld on 6-STABLE with updated sources.
>Fix:
Reflect the changes on bridge.c


Patch attached with submission follows:

--- src/sys/net/bridge.c.orig	2005-08-25 07:01:19.000000000 +0200
+++ src/sys/net/bridge.c	2008-04-26 13:01:29.000000000 +0200
@@ -1119,7 +1119,7 @@
 	    }
 
 	    args.oif = real_dst;
-	    ip_dn_io_ptr(m, DN_TO_BDG_FWD, &args);
+	    ip_dn_io_ptr(&m, DN_TO_BDG_FWD, &args);
 	    return m0;
 	}
 	/*


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/123110: commit references a PR
Date: Sat, 26 Apr 2008 19:16:07 +0000 (UTC)

 oleg        2008-04-26 19:15:57 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     sys/net              bridge.c 
   Log:
   Unbreak RELENG_6 build.
   
   PR:             misc/123110
   
   Revision  Changes    Path
   1.93.2.2  +1 -1      src/sys/net/bridge.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: gavin 
State-Changed-When: Sun Apr 27 11:31:41 UTC 2008 
State-Changed-Why:  
Fixed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123110 
>Unformatted:
