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-ml/ocamlpam/files/ocaml404.patch

13 lines
359 B

Index: ocamlpam-1.1/pam_stubs.c
===================================================================
--- ocamlpam-1.1.orig/pam_stubs.c
+++ ocamlpam-1.1/pam_stubs.c
@@ -57,6 +57,7 @@ static int converse(int nMsg, const stru
struct pam_response * local_responses;
caml_pam_handle * h;
+ CAMLparam0 ();
CAMLlocal1(ret);
h = (caml_pam_handle *)data;