opnsense-ports/security/pam_require/files/patch-pam_require.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
291 B
C

diff -rub pam_require.c pam_require.c
--- pam_require.c Wed Sep 22 23:32:27 2004
+++ pam_require.c Thu Mar 30 21:08:43 2006
@@ -49,7 +49,7 @@
#include <grp.h>
#include <pwd.h>
#include <unistd.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdarg.h>
/* taken from pam_ldap */