1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/testing/py-pam/pypam-0.5.0-stricter.patch
2016-12-15 07:45:15 +00:00

15 lines
339 B
Diff

=== modified file 'PAMmodule.c'
--- a/PAMmodule.c 2007-05-28 17:50:59 +0000
+++ b/PAMmodule.c 2007-05-28 18:13:33 +0000
@@ -9,8 +9,9 @@
+#include <Python.h>
#include <security/pam_appl.h>
#include <security/pam_misc.h>
-#include <Python.h>
#include <stdio.h>
+#include <string.h>
#include <dlfcn.h>
static PyObject *PyPAM_Error;