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@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?
Context
- Re: [Libreoffice] .: sal/inc sal/osl · Michael Stahl
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.