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/sys-auth/pam_fprint/files/pam_fprint-0.2-headers.patch

13 lines
281 B

Add definition of free and setenv, Michael Weber <xmw@gentoo.org> Oct 18th, 2010
--- pam_fprint-0.2/src/pam_fprint.c
+++ pam_fprint-0.2/src/pam_fprint.c
@@ -22,6 +22,7 @@
#include <sys/types.h>
#include <pwd.h>
#include <string.h>
+#include <stdlib.h>
#include <fprint.h>