From: Kay Sievers Date: Sat, 6 Dec 2008 15:24:23 +0000 (+0100) Subject: blkid: vfat - fix declaration X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=161778d7e6fb2f0ddad186722ace8f164fcf38ea;p=util-linux blkid: vfat - fix declaration The vrfy.org url does not exist anymore, it's all in the udev tree, and hopefully not for long anymore. :) The blkid_idinfo does not work. :) Signed-off-by: Kay Sievers --- diff --git a/libs/blkid/src/probers/vfat.c b/libs/blkid/src/probers/vfat.c index 80d9ff8f..a83175c0 100644 --- a/libs/blkid/src/probers/vfat.c +++ b/libs/blkid/src/probers/vfat.c @@ -133,8 +133,7 @@ static unsigned char *search_fat_label(struct vfat_dir_entry *dir, int count) /* * The FAT filesystem could be without a magic string in superblock * (e.g. old floppies). This heuristic for FAT detection is inspired - * by http://vrfy.org/projects/volume_id/ and Linux kernel. - * [7-Jul-2005, Karel Zak ] + * by libvolume_id and the Linux kernel. */ static int probe_fat_nomagic(blkid_probe pr, const struct blkid_idmag *mag) { @@ -344,7 +343,7 @@ static int probe_vfat(blkid_probe pr, const struct blkid_idmag *mag) } -const struct blkid_idinfo _idinfo = +const struct blkid_idinfo vfat_idinfo = { .name = "vfat", .usage = BLKID_USAGE_FILESYSTEM,