]> err.no Git - util-linux/commitdiff
blkid: vfat - fix declaration
authorKay Sievers <kay.sievers@vrfy.org>
Sat, 6 Dec 2008 15:24:23 +0000 (16:24 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Feb 2009 22:21:49 +0000 (23:21 +0100)
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 <kay.sievers@vrfy.org>
libs/blkid/src/probers/vfat.c

index 80d9ff8f654de68df8d38117f7948fc1e6bcb8df..a83175c0b472eef7b46d477e4771ac759475eebc 100644 (file)
@@ -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 <kzak@redhat.com>]
+ * 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,