regen patches. no package change.
This commit is contained in:
parent
511bc9da60
commit
814901e016
@ -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
|
A patch from Philip Guenther (procmail maintainer) fixing a
|
||||||
crash when procmail is invoked without arguments and then
|
crash when procmail is invoked without arguments and then
|
||||||
receive a ^C.
|
receive a ^C.
|
||||||
|
|
||||||
--- src/comsat.c.orig Tue Sep 11 06:55:46 2001
|
--- src/comsat.c.orig Tue Sep 11 06:55:46 2001
|
||||||
+++ src/comsat.c Thu Feb 10 00:31:59 2005
|
+++ src/comsat.c Wed Dec 2 23:13:21 2009
|
||||||
@@ -120,7 +120,7 @@ void sendcomsat(folder)const char*folder
|
@@ -120,7 +120,7 @@ void sendcomsat(folder)const char*folder;
|
||||||
{ int s;const char*p;
|
{ int s;const char*p;
|
||||||
if(!csvalid||!buf) /* is comat on and set to a valid address? */
|
if(!csvalid||!buf) /* is comat on and set to a valid address? */
|
||||||
return;
|
return;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-src_pipes_c,v 1.1 2006/04/15 21:23:49 sturm Exp $
|
$OpenBSD: patch-src_pipes_c,v 1.2 2009/12/02 22:14:38 ajacoutot Exp $
|
||||||
--- src/pipes.c.orig Wed Apr 12 16:16:42 2006
|
--- src/pipes.c.orig Tue Sep 11 06:58:44 2001
|
||||||
+++ src/pipes.c Wed Apr 12 16:17:03 2006
|
+++ src/pipes.c Wed Dec 2 23:13:21 2009
|
||||||
@@ -194,7 +194,7 @@ perr: progerr(line,excode,pwait==4
|
@@ -194,7 +194,7 @@ perr: progerr(line,excode,pwait==4); /* I'm goi
|
||||||
makeblock(&temp,Stdfilled);
|
makeblock(&temp,Stdfilled);
|
||||||
tmemmove(temp.p,Stdout,Stdfilled);
|
tmemmove(temp.p,Stdout,Stdfilled);
|
||||||
readdyn(&temp,&Stdfilled,Stdfilled+backlen+1);
|
readdyn(&temp,&Stdfilled,Stdfilled+backlen+1);
|
||||||
|
Loading…
Reference in New Issue
Block a user