mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Make it compile inthe NETGRAPH case.
This commit is contained in:
parent
382667d313
commit
3bfb36efc0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52499
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user