fixed broken order of params in stat(#435669)
This commit is contained in:
parent
fec3583011
commit
1ecd64d157
@ -1099,7 +1099,7 @@ diff -urp coreutils-6.10-orig/src/stat.c coreutils-6.10/src/stat.c
|
|||||||
/* stat the file and print what we find */
|
/* stat the file and print what we find */
|
||||||
static bool
|
static bool
|
||||||
-do_stat (char const *filename, bool terse, char const *format)
|
-do_stat (char const *filename, bool terse, char const *format)
|
||||||
+do_stat (char const *filename, bool secure , bool terse, char const *format)
|
+do_stat (char const *filename, bool terse, bool secure, char const *format)
|
||||||
{
|
{
|
||||||
struct stat statbuf;
|
struct stat statbuf;
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 6.10
|
Version: 6.10
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
Url: http://www.gnu.org/software/coreutils/
|
||||||
@ -293,6 +293,9 @@ fi
|
|||||||
/sbin/runuser
|
/sbin/runuser
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 6 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-11
|
||||||
|
- fixed broken order of params in stat(#435669)
|
||||||
|
|
||||||
* Tue Mar 4 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-10
|
* Tue Mar 4 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-10
|
||||||
- colorls.csh missing doublequotes (#435789)
|
- colorls.csh missing doublequotes (#435789)
|
||||||
- fixed possibility to localize verbose outputs
|
- fixed possibility to localize verbose outputs
|
||||||
|
Loading…
Reference in New Issue
Block a user