From f34b0b77094710429baf281a4f567aaff526a756 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 14 Mar 2000 04:44:50 +0000 Subject: Rename idle(). svn path=/trunk/; revision=2826 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 95430c08..8d9dc8cc 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -729,7 +729,7 @@ int main(int argc, char **argv) * unwedge all servers in case the problem has been * manually repaired. */ - if ((lastsig = idle(run.poll_interval))) + if ((lastsig = interruptible_idle(run.poll_interval))) { #ifdef SYS_SIGLIST_DECLARED report(stdout, -- cgit v1.2.3