summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-07-03 15:39:07 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-07-03 15:39:07 +0000
commit497eec7d164b95198bf7ea1f4678067d9dc93c39 (patch)
treeebd14187b1e687bcbb58882407685dd9a916605b /src
parent37dacdfaf438f6bcee3f90077aafd65f5cd80b1c (diff)
remove some old error codes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1034 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/file/fcc.h5
1 files changed, 1 insertions, 4 deletions
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 <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