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 :-)
This commit is contained in:
Ollivier Robert 1999-11-19 10:51:16 +00:00
parent 2045179917
commit e8ef6b2d7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53421

View File

@ -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);