]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
outdated
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Mar 2007 14:48:20 +0000 (14:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coreutils-system-openat.patch -> 1.2

coreutils-system-openat.patch [deleted file]

diff --git a/coreutils-system-openat.patch b/coreutils-system-openat.patch
deleted file mode 100644 (file)
index 3086b91..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urN coreutils-6.7.org/m4/openat.m4 coreutils-6.7/m4/openat.m4
---- coreutils-6.7.org/m4/openat.m4     2006-11-21 00:32:38.000000000 +0100
-+++ coreutils-6.7/m4/openat.m4 2006-12-12 00:02:35.949793500 +0100
-@@ -10,6 +10,12 @@
- AC_DEFUN([gl_FUNC_OPENAT],
- [
-+ needcompat=no
-+ AC_CHECK_FUNC(mkdirat, [], [needcompat=yes])
-+ AC_CHECK_FUNC(fchmodat, [], [needcompat=yes])
-+ AC_CHECK_FUNC(fchownat, [], [needcompat=yes])
-+
-+ if test x$needcompat = xyes; then
-   # No system provides these functions; compile them unconditionally.
-   AC_LIBOBJ([mkdirat])
-   AC_LIBOBJ([fchmodat])
-@@ -28,6 +34,7 @@
-       [Define to rpl_ if the openat replacement function should be used.])
-     gl_PREREQ_OPENAT;;
-   esac
-+ fi
- ])
- AC_DEFUN([gl_PREREQ_OPENAT],
This page took 0.191025 seconds and 4 git commands to generate.