From 25c1fa20e1d188d3603f7b884702574141942b6b Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Jan 2000 18:10:39 +0000 Subject: Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this. --- sys/net/if_faith.c | 2 -- sys/net/if_gif.c | 3 --- 2 files changed, 5 deletions(-) (limited to 'sys') 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 #include @@ -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 3eaa703..22215cf 100644 --- a/sys/net/if_gif.c +++ b/sys/net/if_gif.c @@ -78,8 +78,6 @@ #include -#if NGIF > 0 - void gifattach __P((void *)); /* @@ -465,4 +463,3 @@ gif_ioctl(ifp, cmd, data) bad: return error; } -#endif /*NGIF > 0*/ -- cgit v1.1