From b9ce60bdb54bc0cc69186688b2f820477c6e8971 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Oct 18 2004 15:46:58 +0000 Subject: - Prevent compiler warning in coreutils-i18n.patch (bug #136090). --- diff --git a/coreutils-i18n.patch b/coreutils-i18n.patch index ac12a68..370d7bb 100644 --- a/coreutils-i18n.patch +++ b/coreutils-i18n.patch @@ -3050,7 +3050,7 @@ - to stdout, with maximum line length WIDTH. - Return 0 if successful, 1 if an error occurs. */ - - static int + static void -fold_file (char *filename, int width) +fold_text (FILE *istream, int width, int *saved_errno) { diff --git a/coreutils.spec b/coreutils.spec index baac5df..d2c1090 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -248,6 +248,9 @@ fi /sbin/runuser %changelog +* Mon Oct 18 2004 Tim Waugh +- Prevent compiler warning in coreutils-i18n.patch (bug #136090). + * Tue Oct 5 2004 Tim Waugh 5.2.1-31 - getgrouplist() patch from Ulrich Drepper. - The selinux patch should be applied last.