diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
commit | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch) | |
tree | 0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/procmail/files/patch-src-procmail.c | |
parent | science/sigrok-cli: update to 0.5.0 (diff) |
Rename mail/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'mail/procmail/files/patch-src-procmail.c')
-rw-r--r-- | mail/procmail/files/patch-src-procmail.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/procmail/files/patch-src-procmail.c b/mail/procmail/files/patch-src-procmail.c new file mode 100644 index 000000000000..a267f97e9f87 --- /dev/null +++ b/mail/procmail/files/patch-src-procmail.c @@ -0,0 +1,11 @@ +--- src/procmail.c.bak Tue Sep 11 08:59:14 2001 ++++ src/procmail.c Sun Aug 3 05:34:55 2003 +@@ -652,7 +652,7 @@ + nrcond= -1; + if(tolock) /* clear temporary buffer for lockfile name */ + free(tolock); +- for(i=maxindex(flags);i;i--) /* clear the flags */ ++ for(i=maxindex(flags);i>=0;i--) /* clear the flags */ + flags[i]=0; + for(tolock=0,locknext=0;;) + { chp=skpspace(chp); |