diff options
author | mph <mph@FreeBSD.org> | 1998-04-22 20:41:01 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-04-22 20:41:01 +0000 |
commit | d763ced075de846e85a40ea7b1ce38b26803c239 (patch) | |
tree | e98696858e4d32326755039835bcb474a878627d /mail/emil/files/patch-aa | |
parent | 517d49ed24b1ff5fcfdd4ee651d9da65d5537646 (diff) | |
download | FreeBSD-ports-d763ced075de846e85a40ea7b1ce38b26803c239.zip FreeBSD-ports-d763ced075de846e85a40ea7b1ce38b26803c239.tar.gz |
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 0000000..dcddad7 --- /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 */ |