summary refs log tree commit diff
path: root/pkgs/development/libraries/ntrack/libnl2.patch
blob: 6e76c749b151425f026e18d9b4d97be3e6525471 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: upstream rev. 269

=== modified file 'modules/ntrack-libnl.c'
--- old/modules/ntrack-libnl.c	2010-12-26 13:22:32 +0000
+++ new/modules/ntrack-libnl.c	2011-03-26 23:21:49 +0000
@@ -74,6 +74,7 @@
 	nl_cache_mngr_add (mngr, \
 	                   name, \
 	                   0, \
+	                   0, \
 	                   &cache_o)
 #define NL_PRINT_ERROR(text,err) \
 	printf ("%s/%s\n", text, nl_geterror(err))