summaryrefslogtreecommitdiffstats
path: root/lib/libnetgraph
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>1999-11-19 10:51:16 +0000
committerroberto <roberto@FreeBSD.org>1999-11-19 10:51:16 +0000
commit01553f893ed6b602397e0c4625f00d1afb3c9257 (patch)
tree11d21d23cc4d1ec9312ba6da4123fa3941a3f53f /lib/libnetgraph
parente5d303ce2263d41a10604f506b5c9caa0f2fc9b3 (diff)
downloadFreeBSD-src-01553f893ed6b602397e0c4625f00d1afb3c9257.zip
FreeBSD-src-01553f893ed6b602397e0c4625f00d1afb3c9257.tar.gz
The "acfcomp" field is not in the structure anymore. There may be a better
way to do that but it fixes buildworld. World broken by: archie :-)
Diffstat (limited to 'lib/libnetgraph')
-rw-r--r--lib/libnetgraph/debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c
index cdfb77e..bf57da6 100644
--- a/lib/libnetgraph/debug.c
+++ b/lib/libnetgraph/debug.c
@@ -337,7 +337,6 @@ case NGM_ASYNC_COOKIE:
if (!resp ^ (cmd != NGM_ASYNC_CMD_GET_CONFIG))
return;
NGLOGX(" enabled %s", ac->enabled ? "YES" : "NO");
- NGLOGX(" acfcomp %s", ac->acfcomp ? "YES" : "NO");
NGLOGX(" Async MRU %u", ac->amru);
NGLOGX(" Sync MRU %u", ac->smru);
NGLOGX(" ACCM 0x%08x", ac->accm);
OpenPOWER on IntegriCloud