Fix some seccomp2 issues

Fix for #10563.  This is a compatibility issue with libseccomp-2.1.
I guess you could call it a bugfix on 0.2.5.1?
This commit is contained in:
Nick Mathewson
2014-01-06 04:27:58 -05:00
parent 9030360277
commit 682c2252a5
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes:
- Fix compilation warnings and startup issues when running with
libseccomp-2.1.0. Fixes bug 10563.