From: John Kohl Date: Tue, 3 Jul 1990 15:39:07 +0000 (+0000) Subject: remove some old error codes X-Git-Tag: krb5-1.0-alpha2~377 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=497eec7d164b95198bf7ea1f4678067d9dc93c39;p=krb5.git remove some old error codes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1034 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ccache/file/fcc.h b/src/lib/krb5/ccache/file/fcc.h index 93ad6da05..07ca0a76f 100644 --- a/src/lib/krb5/ccache/file/fcc.h +++ b/src/lib/krb5/ccache/file/fcc.h @@ -23,11 +23,8 @@ #include #include -/* XXX A hack because I don't feel like updating every file. */ #define KRB5_OK 0 -#define KRB5_NOMEM ENOMEM -#define KRB5_NOTFOUND KRB5_CC_NOTFOUND -#define KRB5_EOF KRB5_CC_END + #define KRB5_FCC_MAXLEN 100 #ifndef TKT_ROOT