projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78e9a96
)
* rc_io.c (krb5_rc_io_move): Use same code for cygwin as for normal
author
Ken Raeburn
<raeburn@mit.edu>
Thu, 15 Jun 2006 02:51:22 +0000
(
02:51
+0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Thu, 15 Jun 2006 02:51:22 +0000
(
02:51
+0000)
Windows build.
ticket: 1434
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18138
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/rcache/rc_io.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/rcache/rc_io.c
b/src/lib/krb5/rcache/rc_io.c
index 1189fb23b5441a65b6c82690564d3cde0c4b8c36..8453d18323584c25a89dbfbc6e077d2407ceafc9 100644
(file)
--- a/
src/lib/krb5/rcache/rc_io.c
+++ b/
src/lib/krb5/rcache/rc_io.c
@@
-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;