Ticket #3727: src_filemanager_mountlist.c.diff
File src_filemanager_mountlist.c.diff, 938 bytes (added by boruch, 8 years ago) |
---|
-
(a) mc-github/src/filemanager/mountlist.c vs. (b) mountlist.c_001
a b 1311 1311 ** QNX has no [gs]etmnt*(), [gs]etfs*(), or /etc/mnttab, but can do 1312 1312 ** this via the following code. 1313 1313 ** Note that, as this is based on CWD, it only fills one mount_entry 1314 ** structure. See my_statfs() in utilunix.c for the "other side" of 1315 ** this hack. 1314 ** structure. See my_statfs() below for the "other side" of this hack. 1316 1315 */ 1317 1316 1318 1317 static GSList * … … 1744 1743 1745 1744 #ifdef HAVE_INFOMOUNT_QNX 1746 1745 /* 1747 ** This is the "other side" of the hack to read_file_system_list() in 1748 ** mountlist.c. 1746 ** This is the "other side" of the hack to read_file_system_list() above. 1749 1747 ** It's not the most efficient approach, but consumes less memory. It 1750 1748 ** also accommodates QNX's ability to mount filesystems on the fly. 1751 1749 */