[Libreoffice] .: sal/inc sal/osl
Michael Stahl
mstahl at redhat.com
Fri Jan 20 08:06:05 PST 2012
On 19/01/12 18:04, Michael Meeks wrote:
> sal/inc/osl/detail/file.h | 6 ------
> sal/osl/unx/file_stat.cxx | 20 ++++++++++----------
> 2 files changed, 10 insertions(+), 16 deletions(-)
>
> New commits:
> commit c5d4f4967e5d9d0220fadf3f313ddc35002cdf27
> Author: Michael Meeks <michael.meeks at suse.com>
> Date: Thu Jan 19 17:03:16 2012 +0000
>
> implement inode compare for identical directory item checking
>
> diff --git a/sal/osl/unx/file_stat.cxx b/sal/osl/unx/file_stat.cxx
> index 320744f..e5fc091 100644
> --- a/sal/osl/unx/file_stat.cxx
> +++ b/sal/osl/unx/file_stat.cxx
> +#if defined(__GNUC__) && (__GNUC__ < 3)
> + struct ::stat a_stat, b_stat;
> +#else
> + struct stat a_stat, b_stat;
> +#endif
do we really need to have ifdefs for GCC 2 in LO?
More information about the LibreOffice
mailing list