mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 10:53:23 +03:00

Steps to reproduce: * ./configure --disable-vfs * make Expected result: project should be builded successfully. Actual result: build stopped with errors: lib/vfs/interface.c: In function 'mc_chdir': lib/vfs/interface.c:714: error: 'struct vfs_s_super' has no member named 'path_element' lib/vfs/interface.c:716: error: 'struct vfs_s_super' has no member named 'path_element' lib/vfs/interface.c:717: error: 'struct vfs_s_super' has no member named 'path_element' Signed-off-by: Slava Zanko <slavazanko@gmail.com>