Ticket #2834: Fixed bug 'FTBFS with --disable-vfs'
commitc277ac5b6f6e30d3e28fc2ea9ba2214d94ddc3d3
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:45:57 +0000 (29 12:45 +0300)
treec35f8cb19a8e0c1e0742b5e976e97ebd0cad22d4
parenta7b558f4f15b8200a860bf3989ddb145b5c5890e
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