]> git.pld-linux.org Git - packages/audit.git/blob - audit-swig-fix.patch
- added patch that fixes python module
[packages/audit.git] / audit-swig-fix.patch
1 diff -Naur audit-1.1.2.orig/swig/auditswig.i audit-1.1.2/swig/auditswig.i
2 --- audit-1.1.2.orig/swig/auditswig.i   2005-11-30 20:39:48.000000000 +0100
3 +++ audit-1.1.2/swig/auditswig.i        2006-01-10 18:02:20.000000000 +0100
4 @@ -23,4 +23,6 @@
5         #include "../lib/libaudit.h"
6  %}
7  
8 +%apply unsigned int { uint32_t };
9 +%include "../lib/linux/audit.h"
10  %include "../lib/libaudit.h"
This page took 0.042469 seconds and 4 git commands to generate.