CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/11/23 17:56:08
Modified files:
sys/net : if_pppx.c
Log message:
malloc the temporary struct pppx_if used in pppx_if_find (it's currently
only called from pppx_del_session); lets an amd64 pppx kernel build
(otherwise we hit excessive stack use warnings with -Werror).
if this ends up being called more frequently in future, then dlg
suggests making it static instead. ok claudio@
