From 0dad17b5cd92ffe91ea1c65f5a5ec0a69b4a630a Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Mon, 6 Aug 2007 03:18:31 +0000 Subject: [PATCH] add ufs/ufs2 sparse file support --- libtorrent/src/storage.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libtorrent/src/storage.cpp b/libtorrent/src/storage.cpp index 313ee6254..b1e21d720 100755 --- a/libtorrent/src/storage.cpp +++ b/libtorrent/src/storage.cpp @@ -1044,6 +1044,8 @@ namespace libtorrent case 0x52345362: // Reiser4 case 0x58465342: // XFS case 0x65735546: // NTFS-3G + case 0x19540119: // UFS2 + case 0x011954: // UFS return true; } }