bz 2005-06-28 06:55:45 UTC
FreeBSD src repository
Modified files:
sys/net if_gre.c
Log:
Fix panic after ifnet changes in rev. 1.30. sc->sc_ifp is a
pointer now and needs to be allocated before using.
Reviewed by: gnn
Approved by: re (scottl), rwatson (mentor)
Revision Changes Path
1.32 +8 -2 src/sys/net/if_gre.c