--- libraries/libldap/result.c 1998/11/05 20:27:18 1.7.2.1 +++ libraries/libldap/result.c 1998/11/24 16:46:26 1.7.2.2 @@ -151,7 +151,7 @@ wait4msg( LDAP *ld, int msgid, int all, 0, 0, 0 ); } else { Debug( LDAP_DEBUG_TRACE, "wait4msg (timeout %ld sec, %ld usec)\n", - timeout->tv_sec, timeout->tv_usec, 0 ); + (long) timeout->tv_sec, (long) timeout->tv_usec, 0 ); } #endif /* LDAP_DEBUG */ @@ -246,7 +246,7 @@ wait4msg( LDAP *ld, int msgid, int all, } Debug( LDAP_DEBUG_TRACE, "wait4msg: %ld secs to go\n", - tv.tv_sec, 0, 0 ); + (long) tv.tv_sec, 0, 0 ); start_time = tmp_time; } }