From a6b3b90016f8b6c38a4636d32e4a272165d9ae73 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sun, 12 Jun 1994 23:54:01 +0000 Subject: [PATCH] Linux uses _STDARG_H instead of _STDARG_H_ --- we need a better way to test of the presense of stdarg!!! Should be done using autoconf, I suspect. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3757 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ss/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/ss/error.c b/src/util/ss/error.c index 0dc7e7127..764e88eee 100644 --- a/src/util/ss/error.c +++ b/src/util/ss/error.c @@ -22,7 +22,7 @@ #include #include "ss_internal.h" -#ifdef _STDARG_H_ +#if (defined(_STDARG_H_) || defined(_STDARG_H)) #define STDARG #endif -- 2.26.2