diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 19:30:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 19:30:14 +0000 |
commit | 54598e668d4023736e79c6fbc8ef451ee0c0dc71 (patch) | |
tree | deca63b46b6756ba22cbf11df5115e9a426a8da9 /mail/metamail/files/patch-metamail_putenv.c | |
parent | Prevent collision with getline(3) (diff) |
Prevent collision with getline(3)
While here, regenerate patches
Notes
Notes:
svn path=/head/; revision=415139
Diffstat (limited to 'mail/metamail/files/patch-metamail_putenv.c')
-rw-r--r-- | mail/metamail/files/patch-metamail_putenv.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/metamail/files/patch-metamail_putenv.c b/mail/metamail/files/patch-metamail_putenv.c index d80ab84eba62..bd197b54065a 100644 --- a/mail/metamail/files/patch-metamail_putenv.c +++ b/mail/metamail/files/patch-metamail_putenv.c @@ -1,6 +1,6 @@ ---- metamail/putenv.c.orig Tue Oct 12 17:17:43 1993 -+++ metamail/putenv.c Sat Jul 14 17:35:44 2007 -@@ -17,6 +17,8 @@ +--- metamail/putenv.c.orig 1993-10-12 16:17:43 UTC ++++ metamail/putenv.c +@@ -17,6 +17,8 @@ not, write to the Free Software Foundati Cambridge, MA 02139, USA. */ #include <config.h> @@ -9,7 +9,7 @@ #include <sys/types.h> #include <errno.h> #ifdef STDC_HEADERS -@@ -48,7 +50,11 @@ +@@ -48,7 +50,11 @@ extern char **environ; /* Put STRING, which is of the form "NAME=VALUE", in the environment. */ int putenv (string) |