- Prevent compiler warning in coreutils-i18n.patch (bug #136090).
This commit is contained in:
parent
0b3fe5c767
commit
b9ce60bdb5
@ -3050,7 +3050,7 @@
|
|||||||
- to stdout, with maximum line length WIDTH.
|
- to stdout, with maximum line length WIDTH.
|
||||||
- Return 0 if successful, 1 if an error occurs. */
|
- Return 0 if successful, 1 if an error occurs. */
|
||||||
-
|
-
|
||||||
static int
|
static void
|
||||||
-fold_file (char *filename, int width)
|
-fold_file (char *filename, int width)
|
||||||
+fold_text (FILE *istream, int width, int *saved_errno)
|
+fold_text (FILE *istream, int width, int *saved_errno)
|
||||||
{
|
{
|
||||||
|
@ -248,6 +248,9 @@ fi
|
|||||||
/sbin/runuser
|
/sbin/runuser
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 5 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-31
|
||||||
- getgrouplist() patch from Ulrich Drepper.
|
- getgrouplist() patch from Ulrich Drepper.
|
||||||
- The selinux patch should be applied last.
|
- The selinux patch should be applied last.
|
||||||
|
Loading…
Reference in New Issue
Block a user