I think we can remove the conditionals for freebsd 2.0 now
This commit is contained in:
parent
0f5e12d1d9
commit
28a2d0c1e1
@ -29,12 +29,10 @@
|
|||||||
|
|
||||||
#if defined(__FreeBSD__) || defined(__NetBSD__)
|
#if defined(__FreeBSD__) || defined(__NetBSD__)
|
||||||
#include "opt_altq.h"
|
#include "opt_altq.h"
|
||||||
#if (__FreeBSD__ != 2)
|
|
||||||
#include "opt_inet.h"
|
#include "opt_inet.h"
|
||||||
#ifdef __FreeBSD__
|
#ifdef __FreeBSD__
|
||||||
#include "opt_inet6.h"
|
#include "opt_inet6.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#endif /* __FreeBSD__ || __NetBSD__ */
|
#endif /* __FreeBSD__ || __NetBSD__ */
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user