Make it compile inthe NETGRAPH case.

This commit is contained in:
Julian Elischer 1999-10-25 23:14:04 +00:00
parent 382667d313
commit 3bfb36efc0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52499
3 changed files with 3 additions and 3 deletions

View File

@ -685,8 +685,8 @@ top_arstart:
/*
* See if we have space for more packets.
*/
#ifndef NETGRAPH
if(sc->txb_inuse == AR_TX_BLOCKS) {
#ifndef NETGRAPH
ifp->if_flags |= IFF_OACTIVE; /* yes, mark active */
#else /* NETGRAPH */
/*XXX*/ /*ifp->if_flags |= IFF_OACTIVE;*/ /* yes, mark active */

View File

@ -685,8 +685,8 @@ top_arstart:
/*
* See if we have space for more packets.
*/
#ifndef NETGRAPH
if(sc->txb_inuse == AR_TX_BLOCKS) {
#ifndef NETGRAPH
ifp->if_flags |= IFF_OACTIVE; /* yes, mark active */
#else /* NETGRAPH */
/*XXX*/ /*ifp->if_flags |= IFF_OACTIVE;*/ /* yes, mark active */

View File

@ -685,8 +685,8 @@ top_arstart:
/*
* See if we have space for more packets.
*/
#ifndef NETGRAPH
if(sc->txb_inuse == AR_TX_BLOCKS) {
#ifndef NETGRAPH
ifp->if_flags |= IFF_OACTIVE; /* yes, mark active */
#else /* NETGRAPH */
/*XXX*/ /*ifp->if_flags |= IFF_OACTIVE;*/ /* yes, mark active */