projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c549a1
)
Linux uses _STDARG_H instead of _STDARG_H_ --- we need a better way to
author
Theodore Tso
<tytso@mit.edu>
Sun, 12 Jun 1994 23:54:01 +0000
(23:54 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Sun, 12 Jun 1994 23:54:01 +0000
(23:54 +0000)
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
patch
|
blob
|
history
diff --git
a/src/util/ss/error.c
b/src/util/ss/error.c
index 0dc7e7127b9785850dec08565533123649da9521..764e88eeea1dc1d33a88b67ed1d2ee5339b86006 100644
(file)
--- a/
src/util/ss/error.c
+++ b/
src/util/ss/error.c
@@
-22,7
+22,7
@@
#include <com_err.h>
#include "ss_internal.h"
-#if
def _STDARG_H_
+#if
(defined(_STDARG_H_) || defined(_STDARG_H))
#define STDARG
#endif