From be5b381afa25fd6299d77199d3aa164a4671a96e Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Thu, 16 Jun 1994 05:07:18 +0000 Subject: [PATCH] usestdarg not available here -- STDC good enough for now git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3836 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/et/com_err.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/et/com_err.h b/src/util/et/com_err.h index c5a3634bd..8372867e9 100644 --- a/src/util/et/com_err.h +++ b/src/util/et/com_err.h @@ -10,7 +10,8 @@ #ifndef __COM_ERR_H -#ifdef UseStdarg +/* Imake needs this -- oh well */ +#ifdef __STDC__ #define STDARG_PROTOTYPES #endif -- 2.26.2