CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/23 09:57:37
Modified files:
sys/net : if.c
sys/netinet6 : nd6.c nd6.h
Log message:
Let nd6_if{at,de}tach() be void and take an ifp argument
Do it like the rest of at/detach routines which modify a struct ifnet
pointer without returning anything.
OK mvs
