Skip to content

Commit

Permalink
ticket: 1434
Browse files Browse the repository at this point in the history
* rc_io.c (krb5_rc_io_move): Use same code for cygwin as for normal
Windows build.


git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18138 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
raeburn committed Jun 15, 2006
1 parent 3b65db8 commit 5fe657c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/krb5/rcache/rc_io.c
Expand Up @@ -281,7 +281,7 @@ krb5_error_code
krb5_rc_io_move(krb5_context context, krb5_rc_iostuff *new1,
krb5_rc_iostuff *old)
{
#if defined(_WIN32)
#if defined(_WIN32) || defined(__CYGWIN__)
char *new_fn = NULL;
char *old_fn = NULL;
off_t offset = 0;
Expand Down

0 comments on commit 5fe657c

Please sign in to comment.