mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
377 B
Plaintext
16 lines
377 B
Plaintext
$NetBSD: patch-af,v 1.1 2011/07/20 10:35:19 alnsn Exp $
|
|
|
|
Add ifdef(__NetBSD__).
|
|
|
|
--- icc11/include/stddef.h.orig 2009-10-03 22:44:32.000000000 +0100
|
|
+++ icc11/include/stddef.h
|
|
@@ -19,7 +19,7 @@
|
|
#define _STDDEF
|
|
*/
|
|
|
|
-#if defined(__QNX__) || defined(__FreeBSD__)
|
|
+#if defined(__QNX__) || defined(__FreeBSD__) || defined(__NetBSD__)
|
|
#include_next <stddef.h>
|
|
|
|
#undef offsetof
|