diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-01-22 22:40:36 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-01-22 22:40:36 +0000 |
commit | c49659f44d12b180ad82e1335ab53afcdede08fb (patch) | |
tree | 5296d6422d081fbe43d66a66d937d6ee079cb504 /security/srp/files/patch-base::pam_eps::pam_eps_passwd.c | |
parent | 91a02f9b6d88ac2604d8bb98014388e9f4d1dcff (diff) | |
download | ports-c49659f44d12b180ad82e1335ab53afcdede08fb.tar.gz ports-c49659f44d12b180ad82e1335ab53afcdede08fb.zip |
Fix broken pkg-plist: the docs snuck in there, but they are also added
by the port at build-time.
Fix for FreeBSD-CURRENT:
= Remove use of malloc.h
= A fragment of this port actually provides its own prototype for time(), and
probably only gets it right on DEC and HP systems.
PR: ports/34183
Reported by: Trish Lynch <trish@bsdunix.net>
Notes
Notes:
svn path=/head/; revision=53611
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 */ |