summaryrefslogtreecommitdiffstats
path: root/sys/net/if_faith.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 18:10:39 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 18:10:39 +0000
commit25c1fa20e1d188d3603f7b884702574141942b6b (patch)
tree4a2550cd4c79e59345d0a0087024255efa2ae703 /sys/net/if_faith.c
parentc4b6cd7f5cb058bdcdc11f8fd5fd05e84d69fb2e (diff)
downloadFreeBSD-src-25c1fa20e1d188d3603f7b884702574141942b6b.zip
FreeBSD-src-25c1fa20e1d188d3603f7b884702574141942b6b.tar.gz
Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this.
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