You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pypam/files/pypam-0.5.0-stricter.patch

16 lines
287 B

=== modified file 'PAMmodule.c'
--- a/PAMmodule.c
+++ b/PAMmodule.c
@@ -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;