diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-22 20:41:01 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-22 20:41:01 +0000 |
commit | 12c757f48ecf48bf89525642fe3485fa84481f7b (patch) | |
tree | 63872abe5528eeec3c8f56dd6099322b65da2ca7 /mail/emil/files/patch-aa | |
parent | Activate urlview. (diff) |
Import of elim, which does character set and other conversions for
email.
PR: 6373
Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'mail/emil/files/patch-aa')
-rw-r--r-- | mail/emil/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/emil/files/patch-aa b/mail/emil/files/patch-aa new file mode 100644 index 000000000000..dcddad76e37b --- /dev/null +++ b/mail/emil/files/patch-aa @@ -0,0 +1,10 @@ +--- charset/dfopen.c~ Tue Nov 29 07:10:29 1994 ++++ charset/dfopen.c Tue Apr 21 02:35:35 1998 +@@ -1,7 +1,6 @@ + #include "iso646.h" + #include <stdio.h> + #include <errno.h> +-#include <malloc.h> + #include <stdlib.h> /* TW 941114 */ + #include <memory.h> /* TW 941114 */ + #include <unistd.h> /* TW 941114 */ |