forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
291 B
C
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 */
|