regen patches. no package change.

This commit is contained in:
ajacoutot 2009-12-02 22:14:38 +00:00
parent 511bc9da60
commit 814901e016
2 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-src_comsat_c,v 1.1 2005/02/11 19:11:39 sturm Exp $
$OpenBSD: patch-src_comsat_c,v 1.2 2009/12/02 22:14:38 ajacoutot Exp $
A patch from Philip Guenther (procmail maintainer) fixing a
crash when procmail is invoked without arguments and then
receive a ^C.
--- src/comsat.c.orig Tue Sep 11 06:55:46 2001
+++ src/comsat.c Thu Feb 10 00:31:59 2005
@@ -120,7 +120,7 @@ void sendcomsat(folder)const char*folder
+++ src/comsat.c Wed Dec 2 23:13:21 2009
@@ -120,7 +120,7 @@ void sendcomsat(folder)const char*folder;
{ int s;const char*p;
if(!csvalid||!buf) /* is comat on and set to a valid address? */
return;

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_pipes_c,v 1.1 2006/04/15 21:23:49 sturm Exp $
--- src/pipes.c.orig Wed Apr 12 16:16:42 2006
+++ src/pipes.c Wed Apr 12 16:17:03 2006
@@ -194,7 +194,7 @@ perr: progerr(line,excode,pwait==4
$OpenBSD: patch-src_pipes_c,v 1.2 2009/12/02 22:14:38 ajacoutot Exp $
--- src/pipes.c.orig Tue Sep 11 06:58:44 2001
+++ src/pipes.c Wed Dec 2 23:13:21 2009
@@ -194,7 +194,7 @@ perr: progerr(line,excode,pwait==4); /* I'm goi
makeblock(&temp,Stdfilled);
tmemmove(temp.p,Stdout,Stdfilled);
readdyn(&temp,&Stdfilled,Stdfilled+backlen+1);