remove some old error codes
authorJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 15:39:07 +0000 (15:39 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 15:39:07 +0000 (15:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1034 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/file/fcc.h

index 93ad6da05753625e4f7eba4d5e943dbdb84f0c82..07ca0a76f1827ab29caeb9aac72c2a062d235579 100644 (file)
 #include <krb5/sysincl.h>
 #include <stdio.h>
 
-/* 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