Fix conditional check introduced in last commit.

This commit is contained in:
Alex Dupre 2020-07-20 06:14:43 +00:00
parent 7ce60cf9e1
commit 2f4403fac6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542612

View File

@ -142,7 +142,7 @@
struct ifnet *ifp;
int h = 0;
u_int32_t hashes[2] = { 0, 0 };
+#if OS_VER <= VERSION(13,0)
+#if OS_VER < VERSION(13,0)
struct ifmultiaddr *ifma;
+#endif
u_int32_t rxfilt;