From b465429a7e4a1f336947ec59ef5f660db85022f0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 20 Nov 2009 20:23:01 +0100 Subject: fix more uclibc bulk build errors and add sfdisk/parted - add sfdisk and parted for nfsroot installations to cfdisk - fix more uclibc bulk build errors --- package/util-linux-ng/patches/patch-text-utils_colcrt_c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 package/util-linux-ng/patches/patch-text-utils_colcrt_c (limited to 'package/util-linux-ng/patches/patch-text-utils_colcrt_c') diff --git a/package/util-linux-ng/patches/patch-text-utils_colcrt_c b/package/util-linux-ng/patches/patch-text-utils_colcrt_c deleted file mode 100644 index 122e5b23e..000000000 --- a/package/util-linux-ng/patches/patch-text-utils_colcrt_c +++ /dev/null @@ -1,13 +0,0 @@ ---- util-linux-ng-2.15.orig/text-utils/colcrt.c 2009-02-24 16:39:30.000000000 +0100 -+++ util-linux-ng-2.15/text-utils/colcrt.c 2009-06-22 22:53:15.000000000 +0200 -@@ -252,8 +252,8 @@ void pflush(int ol) - } - putwchar('\n'); - } -- bcopy(page[ol], page, (267 - ol) * 132 * sizeof(wchar_t)); -- bzero(page[267- ol], ol * 132 * sizeof(wchar_t)); -+ memcpy(page, page[ol], (267 - ol) * 132 * sizeof(wchar_t)); -+ memset(page[267- ol], 0, ol * 132 * sizeof(wchar_t)); - outline -= ol; - outcol = 0; - first = 1; -- cgit v1.2.3