X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f475d48680eb8bb0b6543efab9057eba2773666e..2b63c01aa93210f7c6b812c135173812793c7176:/uip/mhmail.c diff --git a/uip/mhmail.c b/uip/mhmail.c index 990776ca..f5e5384a 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -44,7 +44,8 @@ int main (int argc, char **argv) { pid_t child_id; - int status, i, iscc = 0, nvec; + int status, iscc = 0, nvec; + size_t i; int queued = 0, resent = 0, somebody; char *cp, *tolist = NULL, *cclist = NULL, *subject = NULL; char *from = NULL, *body = NULL, **argp, **arguments;