From: Ken Raeburn Date: Wed, 28 Nov 1990 08:27:33 +0000 (+0000) Subject: ifdef some names that might not be available X-Git-Tag: krb5-1.0-alpha3~91 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=096bfaeebb7cd864ae8f663e31ff330e621df94b;p=krb5.git ifdef some names that might not be available git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1502 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ccache/stdio/scc_errs.c b/src/lib/krb5/ccache/stdio/scc_errs.c index c0b13f0a6..413bac69b 100644 --- a/src/lib/krb5/ccache/stdio/scc_errs.c +++ b/src/lib/krb5/ccache/stdio/scc_errs.c @@ -32,7 +32,9 @@ int errnum; case EACCES: case EISDIR: case ENOTDIR: +#ifdef ELOOP case ELOOP: /* XXX */ +#endif case ETXTBSY: case EBUSY: case EROFS: @@ -42,7 +44,9 @@ int errnum; case EEXIST: /* XXX */ case EFAULT: case EBADF: +#ifdef ENAMETOOLONG case ENAMETOOLONG: +#endif #ifdef EWOULDBLOCK case EWOULDBLOCK: #endif