FreeBSD Bugzilla – Attachment 215261 Details for
Bug 247009
sysutils/kio-fuse: fix build on GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
kio-fuse.patch (text/plain), 1.14 KB, created by
Piotr Kubaj
on 2020-06-05 17:03:09 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-06-05 17:03:09 UTC
Size:
1.14 KB
patch
obsolete
>Index: files/patch-kiofusevfs.cpp >=================================================================== >--- files/patch-kiofusevfs.cpp (nonexistent) >+++ files/patch-kiofusevfs.cpp (working copy) >@@ -0,0 +1,12 @@ >+--- kiofusevfs.cpp.orig 2020-06-05 16:51:15 UTC >++++ kiofusevfs.cpp >+@@ -2320,7 +2320,9 @@ int KIOFuseVFS::kioErrorToFuseError(const int kioError >+ case KIO::ERR_CANNOT_RENAME_PARTIAL : return EIO; >+ case KIO::ERR_NEED_PASSWD : return EACCES; >+ case KIO::ERR_CANNOT_SYMLINK : return EIO; >++#ifdef ENODATA >+ case KIO::ERR_NO_CONTENT : return ENODATA; >++#endif >+ case KIO::ERR_DISK_FULL : return ENOSPC; >+ case KIO::ERR_IDENTICAL_FILES : return EEXIST; >+ case KIO::ERR_SLAVE_DEFINED : return EIO; > >Property changes on: files/patch-kiofusevfs.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
tcberner
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 247009
: 215261