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-mime.c | |
parent | Prevent collision with getline(3) (diff) |
Prevent collision with getline(3)
Notes
Notes:
svn path=/head/; revision=415042
Diffstat (limited to 'mail/emil/files/patch-mime.c')
-rw-r--r-- | mail/emil/files/patch-mime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/emil/files/patch-mime.c b/mail/emil/files/patch-mime.c index d2f4b15996c2..1142fbf579a6 100644 --- a/mail/emil/files/patch-mime.c +++ b/mail/emil/files/patch-mime.c @@ -1,5 +1,5 @@ ---- mime.c.orig 1996-06-04 15:36:59.000000000 +0200 -+++ mime.c 2011-07-25 20:21:13.000000000 +0200 +--- mime.c.orig 1996-06-04 13:36:59 UTC ++++ mime.c @@ -56,18 +56,18 @@ encode_mime(struct message *m) if (match(m->sd->type, "TEXT")) { |