aboutsummaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
commitb315e20b06b5067b11496cbfb4744f5cf16a9639 (patch)
tree3fe761c428249a06677cf9f97eb9badee0732a6a /mail/heirloom-mailx/files/patch-aa
parent7f06f7b43a65cd1bd87825a1886b0e08e87f38e3 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.release/4.5.0
Diffstat (limited to 'mail/heirloom-mailx/files/patch-aa')
-rw-r--r--mail/heirloom-mailx/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/heirloom-mailx/files/patch-aa b/mail/heirloom-mailx/files/patch-aa
deleted file mode 100644
index 638d3b91a9a8..000000000000
--- a/mail/heirloom-mailx/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- mime.c.orig Thu Jan 25 08:36:11 2001
-+++ mime.c Thu Feb 1 01:50:57 2001
-@@ -179,7 +179,7 @@
- if ((sz = xmbstowcs(w, t, LINESIZE)) == -1)
- return;
- for (p = w, i = 0; *p && i < sz; p++, i++) {
-- if (!iswprint(*p) && *p != '\n' && *p != '\r'
-+ if (!isprint(*p) && *p != '\n' && *p != '\r'
- && *p != '\b' && *p != '\t')
- *p = '?';
- }