From nobody@FreeBSD.org  Wed Oct  9 03:00:04 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id BE8E447F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  9 Oct 2013 03:00:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id AD51523B5
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  9 Oct 2013 03:00:04 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r99304fG050325
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 9 Oct 2013 03:00:04 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r99304oq050277;
	Wed, 9 Oct 2013 03:00:04 GMT
	(envelope-from nobody)
Message-Id: <201310090300.r99304oq050277@oldred.freebsd.org>
Date: Wed, 9 Oct 2013 03:00:04 GMT
From: Sven-Thorsten Dietrich <sven@vyatta.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Remove dead code
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         182847
>Category:       kern
>Synopsis:       [netinet6] [patch] Remove dead code
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-net
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 09 03:10:00 UTC 2013
>Closed-Date:    Fri Feb 07 20:53:12 CET 2014
>Last-Modified:  Fri Feb 07 20:53:12 CET 2014
>Originator:     Sven-Thorsten Dietrich
>Release:        HEAD
>Organization:
Vyatta
>Environment:
N/A
>Description:
Remove #if 0 dead code
>How-To-Repeat:

>Fix:
Apply patch.

Is there a better way to submit patches - this is really tedious through this web interface,

Patch attached with submission follows:

Signed-off-by: Sven-Thorsten Dietrich <sven@vyatta.com>
Index: netinet6/ip6_mroute.h
===================================================================
--- netinet6/ip6_mroute.h	(revision 256126)
+++ netinet6/ip6_mroute.h	(working copy)
@@ -145,11 +145,6 @@
 struct omrt6msg {
 	u_long	    unused1;
 	u_char	    im6_msgtype;		/* what type of message	    */
-#if 0
-#define MRT6MSG_NOCACHE	1
-#define MRT6MSG_WRONGMIF	2
-#define MRT6MSG_WHOLEPKT	3		/* used for user level encap*/
-#endif
 	u_char	    im6_mbz;			/* must be zero		    */
 	u_char	    im6_mif;			/* mif rec'd on		    */
 	u_char	    unused2;


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-net 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Oct 9 03:34:41 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182847 
State-Changed-From-To: open->closed 
State-Changed-By: brueffer 
State-Changed-When: Fri Feb 7 20:51:16 CET 2014 
State-Changed-Why:  
Your patch was applied in r260485, however your other PR kern/185148 was 
erroneously referenced in the commit message.  Thanks for the contribution! 

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