Bugzilla – Attachment 597 Details for
Bug 823
Rename fails on fat32 partitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible implementation for Linux
openssh-sftpserv-rename-fat.patch (text/plain), 591 bytes, created by
Darren Tucker
on 2004-04-06 12:22:06 AEST
(
hide
)
Description:
Possible implementation for Linux
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2004-04-06 12:22:06 AEST
Size:
591 bytes
patch
obsolete
>Index: sftp-server.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/sftp-server.c,v >retrieving revision 1.52 >diff -u -p -r1.52 sftp-server.c >--- sftp-server.c 23 Feb 2004 22:19:15 -0000 1.52 >+++ sftp-server.c 6 Apr 2004 02:10:44 -0000 >@@ -37,6 +37,13 @@ extern char *__progname; > char *__progname; > #endif > >+#ifdef LINK_SHOULD_RETURN_EOPNOTSUPP_NOT_EPERM_ON_FAT >+# ifdef EOPNOTSUPP >+# undef EOPNOTSUPP >+# endif >+# define EOPNOTSUPP EPERM >+#endif >+ > /* input and output queue */ > Buffer iqueue; > Buffer oqueue;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 823
:
596
|
597
|
662