Adds support for QNX6 filesystem, closes #18.

This commit is contained in:
2016-09-02 06:03:58 +01:00
parent 4f9cf01613
commit fa7cb35c45
6 changed files with 299 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
//
// --[ Description ] ----------------------------------------------------------
//
// Description
// Identifies the QNX4 filesystem and shows information.
//
// --[ License ] --------------------------------------------------------------
//
@@ -31,13 +31,9 @@
// ****************************************************************************/
using System;
using System;
using System.Text;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using DiscImageChef.Console;
using System.Linq;
using System.Runtime.InteropServices;
namespace DiscImageChef.Filesystems
{