summaryrefslogtreecommitdiff
path: root/icc
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2010-10-19 13:42:02 +0200
committerThomas Klausner <wiz@NetBSD.org>2010-10-19 13:42:02 +0200
commitb5de1d11886014f09d2aa73a39ac669bd0641fad (patch)
tree871a0a60dc4af543bab466ed4dea47d47979d991 /icc
parentaffb485bbff5fe5a1b45f1493f070893099526d2 (diff)
Use <errno.h> on all non-Windows systems.
Ok: Michael Meeks <michael.meeks@novell.com>
Diffstat (limited to 'icc')
-rw-r--r--icc/SampleICC-1.3.2.patch6
1 files changed, 1 insertions, 5 deletions
diff --git a/icc/SampleICC-1.3.2.patch b/icc/SampleICC-1.3.2.patch
index dadce6f60c56..581b8e3c8b3f 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