Ticket #2834: Fixed bug 'FTBFS with --disable-vfs'
commit5ee099d8c5452302abff4ccfc600be798c722964
authorSlava Zanko <slavazanko@gmail.com>
Mon, 25 Jun 2012 08:18:00 +0000 (25 11:18 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Fri, 29 Jun 2012 09:55:25 +0000 (29 12:55 +0300)
tree446fc437e0402a5061124d53e53e3261252098a4
parentf2aec47515977ecff1b5d1b61ee5ffc7f4674edc
Ticket #2834: Fixed bug 'FTBFS with --disable-vfs'

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>
lib/vfs/interface.c