diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2010-10-19 13:42:02 +0200 |
---|---|---|
committer | Thomas Klausner <wiz@NetBSD.org> | 2010-10-19 13:42:02 +0200 |
commit | a4960e515ab163d6f555a2989af2a6677e6b311b (patch) | |
tree | 7c9954a9f5574fe65e335da226d65db5af99f0b9 | |
parent | 07f4c4054058109c1fccc20951131b2069e6faf1 (diff) |
Use <errno.h> on all non-Windows systems.
Ok: Michael Meeks <michael.meeks@novell.com>
-rw-r--r-- | icc/SampleICC-1.3.2.patch | 6 |
1 files changed, 1 insertions, 5 deletions
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 |