Now that this has been merged over to RELENG_2_2 remove

the #if FreeBSD >= 3 wart I added while debugging.
This commit is contained in:
Rodney W. Grimes 1997-09-15 05:08:05 +00:00
parent b91a9de202
commit 2b6f499962

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: wlconfig.c,v 1.3 1997/08/01 03:50:23 msmith Exp $
* $Id: wlconfig.c,v 1.4 1997/08/06 00:45:23 rgrimes Exp $
*
*/
/*
@ -64,9 +64,7 @@
#include <machine/if_wl_wavelan.h>
#include <net/if.h>
#if __FreeBSD__ >= 3
#include <net/if_var.h>
#endif
#include <netinet/in.h>
#include <netinet/if_ether.h>
extern struct ether_addr *ether_aton(char *a);