From ffaa9c2685ac672408db3c10de57253e291f2fec Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 9 Aug 2004 13:12:42 +0000 Subject: Safe fixes for compiler warnings. svn path=/trunk/; revision=3929 --- transact.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'transact.c') diff --git a/transact.c b/transact.c index 53b80ab8..c246df89 100644 --- a/transact.c +++ b/transact.c @@ -379,7 +379,8 @@ int readheaders(int sock, int env_offs; char *received_for, *rcv, *cp; static char *delivered_to = NULL; - int n, linelen, oldlen, ch, remaining, skipcount; + int n, oldlen, ch, remaining, skipcount; + size_t linelen; struct idlist *idp; flag no_local_matches = FALSE; flag has_nuls; -- cgit v1.2.3