]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
- update to 8.13.6
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 22 Mar 2006 23:38:26 +0000 (23:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sendmail-hprescan-dos.patch -> 1.4

sendmail-hprescan-dos.patch

index 5a4ace3d5a2b2159dea5b45289c9f401c462ec31..4b74550140ce8af9e4a6630935c56ba4f72c54df 100644 (file)
@@ -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;
This page took 0.065925 seconds and 4 git commands to generate.