NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52790 CVS commit: src/sys/net



The following reply was made to PR kern/52790; it has been noted by GNATS.

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52790 CVS commit: src/sys/net
Date: Fri, 8 Dec 2017 04:03:51 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Fri Dec  8 04:03:51 UTC 2017
 
 Modified Files:
 	src/sys/net: if.c if.h if_bridge.c if_vlan.c
 
 Log Message:
 Fix build of kernels without ether
 
 By throwing out if_enable_vlan_mtu and if_disable_vlan_mtu that
 created a unnecessary dependency from if.c to if_ethersubr.c.
 
 PR kern/52790
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.409 -r1.410 src/sys/net/if.c
 cvs rdiff -u -r1.249 -r1.250 src/sys/net/if.h
 cvs rdiff -u -r1.143 -r1.144 src/sys/net/if_bridge.c
 cvs rdiff -u -r1.117 -r1.118 src/sys/net/if_vlan.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index