]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Restore "ufs" to the list of known filesystems
authorOliver Kurth <okurth@vmware.com>
Wed, 7 Feb 2018 00:32:38 +0000 (16:32 -0800)
committerOliver Kurth <okurth@vmware.com>
Wed, 7 Feb 2018 00:32:38 +0000 (16:32 -0800)
Removing extraneous #ifdef VMX86_TOOLS - #endif

open-vm-tools/lib/wiper/wiperPosix.c

index 12e0d5b7d8b556d463619e02cc022e57656e01a1..bd5424107a97ff47a91902f95e26ccd5a06a9230 100644 (file)
@@ -143,9 +143,7 @@ static const PartitionInfo gKnownPartitions[] = {
    { "ntfs",      PARTITION_NTFS,         NULL,                   TRUE        },
    { "pcfs",      PARTITION_PCFS,         NULL,                   TRUE        },
    { "reiserfs",  PARTITION_REISERFS,     NULL,                   TRUE        },
-#ifdef VMX86_TOOLS
    { "ufs",       PARTITION_UFS,          NULL,                   TRUE        },
-#endif
    { "vfat",      PARTITION_FAT,          NULL,                   TRUE        },
    { "zfs",       PARTITION_ZFS,          NULL,                   FALSE       },
    { "xfs",       PARTITION_XFS,          NULL,                   TRUE        },