I think we can remove the conditionals for freebsd 2.0 now

This commit is contained in:
Julian Elischer 2008-08-25 07:33:17 +00:00
parent 0f5e12d1d9
commit 28a2d0c1e1

View File

@ -29,12 +29,10 @@
#if defined(__FreeBSD__) || defined(__NetBSD__)
#include "opt_altq.h"
#if (__FreeBSD__ != 2)
#include "opt_inet.h"
#ifdef __FreeBSD__
#include "opt_inet6.h"
#endif
#endif
#endif /* __FreeBSD__ || __NetBSD__ */
#include <sys/param.h>