summaryrefslogtreecommitdiffstats
path: root/shells/ksh93/files
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-09-27 14:23:56 +0000
committerroam <roam@FreeBSD.org>2001-09-27 14:23:56 +0000
commita6c1852b84f7cd7ba36f74d6ca78571ac685142d (patch)
treeaea64d94e18ccfbe9471dc698807b9f1a86b87b8 /shells/ksh93/files
parent1999813f13832bc0d11567a6030cb36daf9f2f2c (diff)
downloadFreeBSD-ports-a6c1852b84f7cd7ba36f74d6ca78571ac685142d.zip
FreeBSD-ports-a6c1852b84f7cd7ba36f74d6ca78571ac685142d.tar.gz
Update the files' checksums.
Remove a patch that is now incorporated in the official sources. Mark BROKEN until the maintainer (or somebody else) figures out a way to make it build again on FreeBSD. PR: 30825 Submitted by: maintainer
Diffstat (limited to 'shells/ksh93/files')
-rw-r--r--shells/ksh93/files/patch-src_lib_libast_comp_wc.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/shells/ksh93/files/patch-src_lib_libast_comp_wc.c b/shells/ksh93/files/patch-src_lib_libast_comp_wc.c
deleted file mode 100644
index 734d77f..0000000
--- a/shells/ksh93/files/patch-src_lib_libast_comp_wc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/libast/comp/wc.c.orig Fri May 4 00:29:32 2001
-+++ src/lib/libast/comp/wc.c Fri Aug 3 19:04:19 2001
-@@ -63,7 +63,7 @@
- wcrtomb(char* s, wchar_t c, mbstate_t* q)
- {
- #if _lib_wctomb
-- *q = 0;
-+ bzero(q, sizeof(q));
- return wctomb(s, c);
- #else
- if (s)
OpenPOWER on IntegriCloud