diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/krb5/base-defs.h | 2 |
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) () |
