From: Elan Ruusamäe Date: Wed, 22 Mar 2006 23:38:26 +0000 (+0000) Subject: - update to 8.13.6 X-Git-Tag: auto/ac/sendmail-8_13_6-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fsendmail.git;a=commitdiff_plain;h=dd7c68230610cd5bc5b8b5c907459f8f3023eb9a - update to 8.13.6 Changed files: sendmail-hprescan-dos.patch -> 1.4 --- 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;