nixpkgs/pkgs/development/libraries/ntrack/libnl2.patch
Yury G. Kudryashov 496ab8b948 ntrack-011
svn path=/nixpkgs/trunk/; revision=27386
2011-06-07 21:50:48 +00:00

15 lines
425 B
Diff

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))