cvs commit: src/sys/net if_ethersubr.c if_var.h src/sys/net/vlan if_vlan.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Mon Oct 1 05:58:11 PDT 2007
sephe 2007/10/01 05:56:36 PDT
DragonFly src repository
Modified files:
sys/net if_ethersubr.c if_var.h
sys/net/vlan if_vlan.c
Log:
- Remove the second parameter of ether_input(), since:
o if the second argument is not NULL, ether_input() always fails.
o No one calls ether_input() with a non-NULL second argument.
- Nuke ether_input_internal(), after above change it is no longer necessary.
Revision Changes Path
1.44 +15 -30 src/sys/net/if_ethersubr.c
1.42 +1 -1 src/sys/net/if_var.h
1.24 +2 -2 src/sys/net/vlan/if_vlan.c
http://www.dragonflybsd.org/cvsweb/src/sys/net/if_ethersubr.c.diff?r1=1.43&r2=1.44&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/net/if_var.h.diff?r1=1.41&r2=1.42&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/net/vlan/if_vlan.c.diff?r1=1.23&r2=1.24&f=u
More information about the Commits
mailing list