[Libreoffice-commits] .: icc/SampleICC-1.3.2.patch

Thomas Klausner tklausner at kemper.freedesktop.org
Tue Oct 19 04:42:38 PDT 2010


 icc/SampleICC-1.3.2.patch |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit a4960e515ab163d6f555a2989af2a6677e6b311b
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Tue Oct 19 13:42:02 2010 +0200

    Use <errno.h> on all non-Windows systems.
    
    Ok: Michael Meeks <michael.meeks at novell.com>

diff --git a/icc/SampleICC-1.3.2.patch b/icc/SampleICC-1.3.2.patch
index dadce6f..581b8e3 100644
--- a/icc/SampleICC-1.3.2.patch
+++ b/icc/SampleICC-1.3.2.patch
@@ -489,7 +489,7 @@
 !       }
 !   }
 ! }
---- 1,329 ----
+--- 1,325 ----
 ! /*
 !  File:       Vetters.cpp
 !  
@@ -575,12 +575,8 @@
 ! using namespace std;
 ! 
 ! #ifndef WIN32
-! #ifdef sun
 ! #include <errno.h>
 ! #else
-! #include <sys/errno.h>
-! #endif
-! #else
 ! #include <string.h>
 ! #define stat _stat
 ! #endif


More information about the Libreoffice-commits mailing list