Ticket #4468 (closed defect: invalid)

Opened 11 months ago

Last modified 9 months ago

[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

comment:1 Changed 11 months ago by andrew_b

  • Status changed from new to closed
  • Resolution set to invalid
  • Milestone 4.8.30 deleted

Already fixed in 4426_cleanup.

Note: See TracTickets for help on using tickets.