summaryrefslogtreecommitdiffstats
path: root/package/network/utils/xtables-addons/patches/004-fix-kernel-3.14.patch
blob: c866aef1125099c918d0a27aef3b16e8a1475706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/extensions/compat_xtables.h
+++ b/extensions/compat_xtables.h
@@ -89,4 +89,11 @@ static inline void proc_net_remove(struc
 }
 #endif
 
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)
+static inline u32 net_random(void)
+{
+	return prandom_u32();
+}
+#endif
+
 #endif /* _XTABLES_COMPAT_H */