- Prevent compiler warning in coreutils-i18n.patch (bug #136090).

This commit is contained in:
Tim Waugh 2004-10-18 15:46:58 +00:00
parent 0b3fe5c767
commit b9ce60bdb5
2 changed files with 4 additions and 1 deletions

View File

@ -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)
{

View File

@ -248,6 +248,9 @@ fi
/sbin/runuser
%changelog
* Mon Oct 18 2004 Tim Waugh <twaugh@redhat.com>
- Prevent compiler warning in coreutils-i18n.patch (bug #136090).
* Tue Oct 5 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-31
- getgrouplist() patch from Ulrich Drepper.
- The selinux patch should be applied last.