aboutsummaryrefslogtreecommitdiff
path: root/lib/libnetgraph
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>1999-11-19 10:51:16 +0000
committerOllivier Robert <roberto@FreeBSD.org>1999-11-19 10:51:16 +0000
commite8ef6b2d7a7c51ea333f9adb02a47f198ac1b7df (patch)
tree11d21d23cc4d1ec9312ba6da4123fa3941a3f53f /lib/libnetgraph
parent2045179917fc7916789083bc888c574b9f07c2b4 (diff)
downloadsrc-e8ef6b2d7a7c51ea333f9adb02a47f198ac1b7df.tar.gz
src-e8ef6b2d7a7c51ea333f9adb02a47f198ac1b7df.zip
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 :-)
Notes
Notes: svn path=/head/; revision=53421
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 cdfb77e18e71..bf57da695cee 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);