From 161778d7e6fb2f0ddad186722ace8f164fcf38ea Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 6 Dec 2008 16:24:23 +0100 Subject: [PATCH] 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 --- libs/blkid/src/probers/vfat.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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, -- 2.39.5