aboutsummaryrefslogtreecommitdiffstats
path: root/transact.c
diff options
context:
space:
mode:
Diffstat (limited to 'transact.c')
-rw-r--r--transact.c3
1 files changed, 2 insertions, 1 deletions
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;