This has nothing to do here...

thanks naddy@ for noticing.
This commit is contained in:
ajacoutot 2010-10-31 17:43:24 +00:00
parent e5810da355
commit c3e3b61e69

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-lib_auth_pts_c.orig,v 1.1 2010/10/29 09:26:58 ajacoutot Exp $
--- lib/auth_pts.c.orig Tue Oct 19 05:08:28 2010
+++ lib/auth_pts.c Sat Oct 23 12:40:11 2010
@@ -397,7 +397,7 @@ static int ptload(const char *identifier, struct auth_
syslog(LOG_DEBUG,
"ptload(): fetched cache record (%s)" \
"(mark %ld, current %ld, limit %ld)", identifier,
- fetched->mark, now, now - timeout);
+ fetched->mark, (long int)now, (long int)now - (long int)timeout);
if (fetched->mark > (now - timeout)) {
/* not expired; let's return it */