Date: Fri, 24 Apr 2009 12:45:40 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 161032 for review Message-ID: <200904241245.n3OCjeC6043174@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=161032 Change 161032 by zec@zec_tpx32 on 2009/04/24 12:44:54 Fix a few obvious misintegrations. Affected files ... .. //depot/projects/vimage-commit2/src/sys/netgraph/ng_base.c#26 edit .. //depot/projects/vimage-commit2/src/sys/netgraph/ng_eiface.c#21 edit .. //depot/projects/vimage-commit2/src/sys/netgraph/ng_iface.c#20 edit Differences ... ==== //depot/projects/vimage-commit2/src/sys/netgraph/ng_base.c#26 (text+ko) ==== @@ -3097,7 +3097,6 @@ static int ngb_mod_event(module_t mod, int event, void *data) { - INIT_VNET_NETGRAPH(curvnet); /* XXX move to iattach - revisit! */ struct proc *p; struct thread *td; int i, error = 0; ==== //depot/projects/vimage-commit2/src/sys/netgraph/ng_eiface.c#21 (text+ko) ==== @@ -599,7 +599,6 @@ static int ng_eiface_mod_event(module_t mod, int event, void *data) { - INIT_VNET_NETGRAPH(curvnet); /* XXX move to iattach -> revisit! */ int error = 0; switch (event) { ==== //depot/projects/vimage-commit2/src/sys/netgraph/ng_iface.c#20 (text+ko) ==== @@ -845,7 +845,6 @@ static int ng_iface_mod_event(module_t mod, int event, void *data) { - INIT_VNET_NETGRAPH(curvnet); /* XXX move to iattach - revisit! */ int error = 0; switch (event) {help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904241245.n3OCjeC6043174>
