summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-03-19 20:52:53 +0000
committerJohn Gilmore <gnu@toad.com>1995-03-19 20:52:53 +0000
commit9ef64c737edbe37d16c5c5bbffca1bb762503ab0 (patch)
tree7c111b70f4ccf05039d65df0a4bed09a898cf0c7 /src/include
parenta08093e27132a0a23b0e7ebdcb7da4aec0854b79 (diff)
downloadkrb5-9ef64c737edbe37d16c5c5bbffca1bb762503ab0.tar.gz
krb5-9ef64c737edbe37d16c5c5bbffca1bb762503ab0.tar.xz
krb5-9ef64c737edbe37d16c5c5bbffca1bb762503ab0.zip
Fix comment that referred to STDARG_PROTOTYPES
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5175 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog4
-rw-r--r--src/include/krb5/base-defs.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 80569ba9a..b7476ce08 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,7 @@
+Sun Mar 19 12:51:59 1995 John Gilmore (gnu at toad.com)
+
+ * base-defs.h: Fix comment that referred to STDARG_PROTOTYPES.
+
Fri Mar 17 19:12:13 1995 John Gilmore (gnu at toad.com)
* k5-config.h: Move <sys/types.h> handling from ../krb5.h to
diff --git a/src/include/krb5/base-defs.h b/src/include/krb5/base-defs.h
index dd86413d6..77fc54179 100644
--- a/src/include/krb5/base-defs.h
+++ b/src/include/krb5/base-defs.h
@@ -83,7 +83,7 @@ typedef char const * krb5_const_pointer;
#define STDARG_P(x) x
#else
#define STDARG_P(x) ()
-#endif /* defined(__STDC__) || defined(STDARG_PROTOTYPES) */
+#endif /* defined(__STDC__) || defined(HAVE_STDARG_H) */
#else
#define PROTOTYPE(x) ()
#define STDARG_P(x) ()