git: kernel: remove layer of indirection for ether_input()
Franco Fichtner
franco at crater.dragonflybsd.org
Tue Jul 1 12:06:29 PDT 2014
commit 376a6a2a92d0c2a273a84573188ca61fda1c7435
Author: Franco Fichtner <franco at lastsummer.de>
Date: Sun Jun 29 21:36:01 2014 +0200
kernel: remove layer of indirection for ether_input()
Mop up after the recent changes by pulling the old switcheroo
on ether_input_pkt(), effectively renaming the function to
ether_input(). Also updates comments accordingly.
Summary of changes:
share/man/man4/ktr.4 | 4 ++--
sys/net/if_ethersubr.c | 13 +++----------
sys/net/if_var.h | 21 ++++++++++++++-------
sys/net/netisr.h | 2 +-
4 files changed, 20 insertions(+), 20 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/376a6a2a92d0c2a273a84573188ca61fda1c7435
--
DragonFly BSD source repository
More information about the Commits
mailing list