diff options
Diffstat (limited to 'security/srp/files/patch-base::pam_eps::pam_eps_passwd.c')
-rw-r--r-- | security/srp/files/patch-base::pam_eps::pam_eps_passwd.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/srp/files/patch-base::pam_eps::pam_eps_passwd.c b/security/srp/files/patch-base::pam_eps::pam_eps_passwd.c new file mode 100644 index 000000000000..dade65c43594 --- /dev/null +++ b/security/srp/files/patch-base::pam_eps::pam_eps_passwd.c @@ -0,0 +1,10 @@ +--- base/pam_eps/pam_eps_passwd.c.orig Tue Jan 22 16:26:28 2002 ++++ base/pam_eps/pam_eps_passwd.c Tue Jan 22 16:26:42 2002 +@@ -75,7 +75,6 @@ + #include <syslog.h> + #include <string.h> + #include <stdarg.h> +-#include <malloc.h> + #include <t_pwd.h> + + #ifndef LINUX /* AGM added this as of 0.2 */ |