From 9c624b9ce0f6a566193507bbcf4dd360f7a08445 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 10 Oct 1997 13:21:18 +0000 Subject: -Wall cleanup. svn path=/trunk/; revision=1497 --- pop3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index 24c63147..9fda2861 100644 --- a/pop3.c +++ b/pop3.c @@ -263,7 +263,7 @@ pop3_slowuidl( int sock, struct query *ctl, int *countp, int *newp) * + Otherwise run a binary search to determine the last known message */ int ok, nolinear = 0; - int first_nr, list_len, try_id, try_nr, hop_id, add_id; + int first_nr, list_len, try_id, try_nr, add_id; int num; char id [IDLEN+1]; @@ -464,7 +464,7 @@ static int pop3_fetch(int sock, struct query *ctl, int number, int *lenp) /* request nth message */ { int ok; - char buf [POPBUFSIZE+1], *cp; + char buf [POPBUFSIZE+1]; gen_send(sock, "RETR %d", number); if ((ok = pop3_ok(sock, buf)) != 0) -- cgit v1.2.3