aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/popper/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/popper/files/patch-aa b/mail/popper/files/patch-aa
index a2bc69cc4267..b42436e71f8c 100644
--- a/mail/popper/files/patch-aa
+++ b/mail/popper/files/patch-aa
@@ -152,7 +152,7 @@
{
+ #if defined(BSD) && (BSD >= 199306)
+ /* Check password change and expire times before granting access */
-+ time_t now = time();
++ time_t now = time((time_t *) NULL);
+
+ if ((pw->pw_change && now > pw->pw_change) ||
+ (pw->pw_expire && now > pw->pw_expire))