DragonFly commits List (threaded) for 2007-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/net if_ethersubr.c if_var.h src/sys/net/vlan if_vlan.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]