aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/mlf_ipl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/mlf_ipl.c')
-rw-r--r--sys/netinet/mlf_ipl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/mlf_ipl.c b/sys/netinet/mlf_ipl.c
index 7a2cc70bf9cb..d3abe3e8faf0 100644
--- a/sys/netinet/mlf_ipl.c
+++ b/sys/netinet/mlf_ipl.c
@@ -18,7 +18,9 @@
# include <osreldate.h>
# define ACTUALLY_LKM_NOT_KERNEL
# else
-# define __FreeBSD_version 300000 /* this will do as a hack */
+# ifndef __FreeBSD_version
+# define __FreeBSD_version 300000 /* this will do as a hack */
+# endif
# endif
#endif
#include <sys/systm.h>