bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: split off module fstatat from module openat


From: Bruno Haible
Subject: Re: split off module fstatat from module openat
Date: Sat, 5 Nov 2011 01:24:15 +0100
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

> 2011-11-03  Bruno Haible  <address@hidden>
> 
>       New module 'fstatat', split off from module 'openat'.

Oops, this patch was incomplete. A megatestdir of the various *at modules
revealed a link error in test-unlinkat on Solaris 9. This should fix it.


2011-11-04  Bruno Haible  <address@hidden>

        fchownat, renameat, unlinkat: Fix dependencies.
        * modules/fchownat (Depends-on): Add fstatat.
        * modules/renameat (Depends-on): Likewise.
        * modules/unlinkat (Depends-on): Likewise.

--- modules/fchownat.orig       Sat Nov  5 01:17:59 2011
+++ modules/fchownat    Sat Nov  5 01:17:03 2011
@@ -15,6 +15,7 @@
 extensions
 fchdir
 fcntl-h
+fstatat
 lchown          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
 openat
 openat-die
--- modules/renameat.orig       Sat Nov  5 01:17:59 2011
+++ modules/renameat    Sat Nov  5 01:15:38 2011
@@ -13,6 +13,7 @@
 dosname          [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
 filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
 fstat            [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
+fstatat          [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
 getcwd-lgpl      [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
 openat           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
 openat-die       [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
--- modules/unlinkat.orig       Sat Nov  5 01:17:59 2011
+++ modules/unlinkat    Sat Nov  5 01:15:50 2011
@@ -15,6 +15,7 @@
 extensions
 fchdir
 fcntl-h
+fstatat
 openat
 openat-die
 rmdir           [test $HAVE_UNLINKAT = 0]

-- 
In memoriam Yitzhak Rabin <http://en.wikipedia.org/wiki/Yitzhak_Rabin>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]