From dd7c68230610cd5bc5b8b5c907459f8f3023eb9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 22 Mar 2006 23:38:26 +0000 Subject: [PATCH] - update to 8.13.6 Changed files: sendmail-hprescan-dos.patch -> 1.4 --- sendmail-hprescan-dos.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sendmail-hprescan-dos.patch b/sendmail-hprescan-dos.patch index 5a4ace3..4b74550 100644 --- a/sendmail-hprescan-dos.patch +++ b/sendmail-hprescan-dos.patch @@ -6,17 +6,17 @@ +#define MAXHDRZ 512 + - static void collecttimeout __P((int)); static void eatfrom __P((char *volatile, ENVELOPE *)); static void collect_doheader __P((ENVELOPE *)); -@@ -288,6 +290,7 @@ + static SM_FILE_T *collect_dfopen __P((ENVELOPE *)); +@@ -283,6 +285,7 @@ register ENVELOPE *e; bool rsetsize; { + int hdrz = 0; - register SM_FILE_T *volatile df; - volatile bool ignrdot; - volatile int dbto; + register SM_FILE_T *df; + bool ignrdot; + int dbto; @@ -613,6 +616,16 @@ mstate = MS_BODY; goto nextstate; -- 2.43.0