diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/ccache/file/fcc_skip.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/krb5/ccache/file/fcc_skip.c b/src/lib/krb5/ccache/file/fcc_skip.c index 64380238e..f5067077d 100644 --- a/src/lib/krb5/ccache/file/fcc_skip.c +++ b/src/lib/krb5/ccache/file/fcc_skip.c @@ -18,9 +18,6 @@ static char fcc_read_c[] = "$Id$"; #include <krb5/copyright.h> #include "fcc.h" -#define krb5_fcc_skip(i,l) (lseek(((krb5_fcc_data *)i->data)->fd, l, L_INCR)\ - == -1 ? errno : KRB5_OK) - krb5_error_code krb5_fcc_skip_principal(id) krb5_ccache id; |
