summaryrefslogtreecommitdiffstats
path: root/sys/net/if_faith.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_faith.c')
-rw-r--r--sys/net/if_faith.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/if_faith.c b/sys/net/if_faith.c
index 60e871c..a4d5162 100644
--- a/sys/net/if_faith.c
+++ b/sys/net/if_faith.c
@@ -43,7 +43,6 @@
*/
#include "faith.h"
-#if NFAITH > 0
#include <sys/param.h>
#include <sys/systm.h>
@@ -94,4 +93,3 @@ faithattach(faith)
bpfattach(ifp, DLT_NULL, sizeof(u_int));
}
}
-#endif /* NFAITH > 0 */
OpenPOWER on IntegriCloud