diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-03-26 17:13:39 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-03-26 17:13:39 +0000 |
| commit | 517f024834778e4f6010522fe584ae0d2f8fb905 (patch) | |
| tree | a9820c618adc6c5d18e29678aa83d3ca8acb14aa /src/include/krb5/errors.h | |
| parent | 1faaee27ca842a8bbd7305e1bce0c9fdae715ed1 (diff) | |
| download | krb5-517f024834778e4f6010522fe584ae0d2f8fb905.tar.gz krb5-517f024834778e4f6010522fe584ae0d2f8fb905.tar.xz krb5-517f024834778e4f6010522fe584ae0d2f8fb905.zip | |
remove leading __ on #include-blockers (__ is reserved by standards)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@422 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/errors.h')
| -rw-r--r-- | src/include/krb5/errors.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/krb5/errors.h b/src/include/krb5/errors.h index 20d424ff11..e2a4ef2d00 100644 --- a/src/include/krb5/errors.h +++ b/src/include/krb5/errors.h @@ -13,8 +13,8 @@ #include <krb5/copyright.h> -#ifndef __KRB5_ERRORS__ -#define __KRB5_ERRORS__ +#ifndef KRB5_ERRORS__ +#define KRB5_ERRORS__ /* Error codes used in KRB_ERROR protocol messages. @@ -58,4 +58,4 @@ /* other errors */ #define KRB_ERR_FIELD_TOOLONG 50 /* Field is too long for impl. */ -#endif /* __KRB5_ERRORS__ */ +#endif /* KRB5_ERRORS__ */ |
