I think we can remove the conditionals for freebsd 2.0 now

This commit is contained in:
julian 2008-08-25 07:33:17 +00:00
parent ecf8b9b5bd
commit 9ddf84d97e

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>