diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-01-29 18:10:39 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-01-29 18:10:39 +0000 |
| commit | e0c121beaf4290655799cca0beb858bc0e693205 (patch) | |
| tree | 925569d62ca10fe94ebfb092e34ca262eea7c121 | |
| parent | 68b538c7124c308a43503c5d922740f9243d15ee (diff) | |
Notes
| -rw-r--r-- | sys/net/if_faith.c | 2 | ||||
| -rw-r--r-- | sys/net/if_gif.c | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sys/net/if_faith.c b/sys/net/if_faith.c index 60e871cfdd22f..a4d5162d73356 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 */ diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c index 3eaa703a5ebe8..22215cfc911b6 100644 --- a/sys/net/if_gif.c +++ b/sys/net/if_gif.c @@ -78,8 +78,6 @@ #include <net/net_osdep.h> -#if NGIF > 0 - void gifattach __P((void *)); /* @@ -465,4 +463,3 @@ gif_ioctl(ifp, cmd, data) bad: return error; } -#endif /*NGIF > 0*/ |
