diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-11 22:15:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-11 22:15:44 +0000 |
commit | 95e445a499b4d9d6f132cfeb0a027b5f3acddb8f (patch) | |
tree | 4aaa03a61e484a2edea7dfc1e91c633b24d482a6 /mail/emil/files/patch-main.c | |
parent | Prevent collision with getline(3) (diff) |
Prevent collision with getline(3)
Notes
Notes:
svn path=/head/; revision=415042
Diffstat (limited to '')
-rw-r--r-- | mail/emil/files/patch-main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/emil/files/patch-main.c b/mail/emil/files/patch-main.c index f7e0667cc0c2..89ed87a2594f 100644 --- a/mail/emil/files/patch-main.c +++ b/mail/emil/files/patch-main.c @@ -1,5 +1,5 @@ ---- main.c.orig 1996-06-04 15:36:58.000000000 +0200 -+++ main.c 2011-07-25 20:32:45.000000000 +0200 +--- main.c.orig 1996-06-04 13:36:58 UTC ++++ main.c @@ -69,7 +69,7 @@ int spawn_mailer = 0; int pseudo_route = 0; |