mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
$NetBSD: patch-ad,v 1.1 2010/01/07 15:22:49 is Exp $
|
|
|
|
--- src/common/error.c.orig 2001-05-27 10:15:04.000000000 -0700
|
|
+++ src/common/error.c
|
|
@@ -36,7 +36,7 @@
|
|
#undef HAVE_STDARG
|
|
#undef HAVE_VARARG
|
|
#ifndef _WINDOWS
|
|
-# if (defined(__STDC__) && !defined(__sun__) || defined(__cplusplus))
|
|
+# if (defined(__STDC__) || defined(__cplusplus))
|
|
# define HAVE_STDARG 1
|
|
# else
|
|
# define HAVE_VARARG 1
|