--- kernel/bsd/net/if_fddisubr.c 2018/04/24 18:26:07 1.1 +++ kernel/bsd/net/if_fddisubr.c 2018/04/24 18:31:49 1.1.1.2 @@ -68,7 +68,7 @@ #include #endif -#if defined(ISO) && notyet +#if ISO && notyet #include #include #include @@ -82,7 +82,7 @@ #include #endif -#if defined(LLC) && defined(CCITT) +#if LLC && CCITT extern struct ifqueue pkintrq; #endif @@ -167,7 +167,7 @@ fddi_output(ifp, m0, dst, rt0) mcopy = m_copy(m, 0, (int)M_COPYALL); break; #endif -#if defined(ISO) && notyet +#if ISO && notyet case AF_ISO: { int snpalen; struct llc *l; @@ -430,7 +430,7 @@ fddi_input(ifp, fh, m) break; } #endif /* INET || NS */ -#if defined(ISO) && notyet +#if ISO && notyet case LLC_ISO_LSAP: switch (l->llc_control) { case LLC_UI: