Ticket #4468 (closed defect: invalid)
[PATCH 1/1] (trivial) [source: src/vfs/sftpfs/file.c] ENOENT and EACCES are not available without #include <errno.h>
Reported by: | ukr | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-vfs | Version: | master |
Keywords: | adm; trivial; ENOENT; EACCES; vfs; mc-vfs; gcc; compile | Cc: | andrew_b |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
--- mc-4.8.30~git20230524.1745.orig/src/vfs/sftpfs/file.c +++ mc-4.8.30~git20230524.1745/src/vfs/sftpfs/file.c @@ -26,6 +26,7 @@ . #include <config.h> . +#include <errno.h> #include <libssh2.h> #include <libssh2_sftp.h> .
Change History
Note: See
TracTickets for help on using
tickets.
Already fixed in 4426_cleanup.