rpms/coreutils/devel coreutils-7.5-kojiutimensatskip.patch,1.2,1.3

Ondrej Vasik ovasik at fedoraproject.org
Mon Aug 24 09:45:05 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/coreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15424

Modified Files:
	coreutils-7.5-kojiutimensatskip.patch 
Log Message:
fix typo

coreutils-7.5-kojiutimensatskip.patch:
 copy.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Index: coreutils-7.5-kojiutimensatskip.patch
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils-7.5-kojiutimensatskip.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- coreutils-7.5-kojiutimensatskip.patch	24 Aug 2009 08:38:17 -0000	1.2
+++ coreutils-7.5-kojiutimensatskip.patch	24 Aug 2009 09:45:05 -0000	1.3
@@ -9,7 +9,7 @@ diff -urNp coreutils-7.5-orig/src/copy.c
 +  int err = utimensat (AT_FDCWD, file, timespec, AT_SYMLINK_NOFOLLOW);
 +  /* When configuring on a system with new headers and libraries, and
 +     running on one with a kernel that is old enough to lack the syscall,
-+     utimensat fails with ENOTSUP.  Ignore that.  */
++     utimensat fails with ENOSYS.  Ignore that.  */
 +  if (err && errno == ENOSYS)
 +    err = 0;
 +  return err;




More information about the scm-commits mailing list