From e8ef6b2d7a7c51ea333f9adb02a47f198ac1b7df Mon Sep 17 00:00:00 2001 From: Ollivier Robert Date: Fri, 19 Nov 1999 10:51:16 +0000 Subject: 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 :-) --- lib/libnetgraph/debug.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libnetgraph/debug.c') 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); -- cgit v1.2.3