chiark / gitweb /
volume_id: provide libvolume_id.a file
authorKay Sievers <kay.sievers@suse.de>
Wed, 9 Nov 2005 14:08:45 +0000 (15:08 +0100)
committerKay Sievers <kay.sievers@suse.de>
Wed, 9 Nov 2005 14:08:45 +0000 (15:08 +0100)
commitaccff726856a0b3258a413d823a534f4f437e6b2
tree9b8b81afa1d9d7e024c576b39cf0638f049157f4
parent09c2bab517c58d9447660a9584822c8de6b641f0
volume_id: provide libvolume_id.a file

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
70 files changed:
extras/volume_id/Makefile
extras/volume_id/libvolume_id/Makefile [new file with mode: 0644]
extras/volume_id/libvolume_id/cramfs.c [moved from extras/volume_id/volume_id/cramfs.c with 98% similarity]
extras/volume_id/libvolume_id/ext.c [moved from extras/volume_id/volume_id/ext.c with 99% similarity]
extras/volume_id/libvolume_id/fat.c [moved from extras/volume_id/volume_id/fat.c with 99% similarity]
extras/volume_id/libvolume_id/hfs.c [moved from extras/volume_id/volume_id/hfs.c with 99% similarity]
extras/volume_id/libvolume_id/highpoint.c [moved from extras/volume_id/volume_id/highpoint.c with 98% similarity]
extras/volume_id/libvolume_id/hpfs.c [moved from extras/volume_id/volume_id/hpfs.c with 98% similarity]
extras/volume_id/libvolume_id/iso9660.c [moved from extras/volume_id/volume_id/iso9660.c with 99% similarity]
extras/volume_id/libvolume_id/isw_raid.c [moved from extras/volume_id/volume_id/isw_raid.c with 98% similarity]
extras/volume_id/libvolume_id/jfs.c [moved from extras/volume_id/volume_id/jfs.c with 98% similarity]
extras/volume_id/libvolume_id/linux_raid.c [moved from extras/volume_id/volume_id/linux_raid.c with 98% similarity]
extras/volume_id/libvolume_id/linux_swap.c [moved from extras/volume_id/volume_id/linux_swap.c with 98% similarity]
extras/volume_id/libvolume_id/logging.h [moved from extras/volume_id/volume_id/logging.h with 100% similarity]
extras/volume_id/libvolume_id/lsi_raid.c [moved from extras/volume_id/volume_id/lsi_raid.c with 98% similarity]
extras/volume_id/libvolume_id/luks.c [moved from extras/volume_id/volume_id/luks.c with 99% similarity]
extras/volume_id/libvolume_id/lvm.c [moved from extras/volume_id/volume_id/lvm.c with 99% similarity]
extras/volume_id/libvolume_id/mac.c [moved from extras/volume_id/volume_id/mac.c with 99% similarity]
extras/volume_id/libvolume_id/minix.c [moved from extras/volume_id/volume_id/minix.c with 98% similarity]
extras/volume_id/libvolume_id/msdos.c [moved from extras/volume_id/volume_id/msdos.c with 99% similarity]
extras/volume_id/libvolume_id/ntfs.c [moved from extras/volume_id/volume_id/ntfs.c with 99% similarity]
extras/volume_id/libvolume_id/nvidia_raid.c [moved from extras/volume_id/volume_id/nvidia_raid.c with 98% similarity]
extras/volume_id/libvolume_id/ocfs.c [moved from extras/volume_id/volume_id/ocfs.c with 99% similarity]
extras/volume_id/libvolume_id/promise_raid.c [moved from extras/volume_id/volume_id/promise_raid.c with 98% similarity]
extras/volume_id/libvolume_id/reiserfs.c [moved from extras/volume_id/volume_id/reiserfs.c with 99% similarity]
extras/volume_id/libvolume_id/romfs.c [moved from extras/volume_id/volume_id/romfs.c with 98% similarity]
extras/volume_id/libvolume_id/silicon_raid.c [moved from extras/volume_id/volume_id/silicon_raid.c with 98% similarity]
extras/volume_id/libvolume_id/sysv.c [moved from extras/volume_id/volume_id/sysv.c with 99% similarity]
extras/volume_id/libvolume_id/udf.c [moved from extras/volume_id/volume_id/udf.c with 99% similarity]
extras/volume_id/libvolume_id/ufs.c [moved from extras/volume_id/volume_id/ufs.c with 99% similarity]
extras/volume_id/libvolume_id/util.c [moved from extras/volume_id/volume_id/util.c with 100% similarity]
extras/volume_id/libvolume_id/util.h [moved from extras/volume_id/volume_id/util.h with 100% similarity]
extras/volume_id/libvolume_id/via_raid.c [moved from extras/volume_id/volume_id/via_raid.c with 98% similarity]
extras/volume_id/libvolume_id/volume_id.c [moved from extras/volume_id/volume_id/volume_id.c with 78% similarity]
extras/volume_id/libvolume_id/volume_id.h [new file with mode: 0644]
extras/volume_id/libvolume_id/vxfs.c [moved from extras/volume_id/volume_id/vxfs.c with 98% similarity]
extras/volume_id/libvolume_id/xfs.c [moved from extras/volume_id/volume_id/xfs.c with 98% similarity]
extras/volume_id/vol_id.c
extras/volume_id/volume_id/Makefile.inc [deleted file]
extras/volume_id/volume_id/cramfs.h [deleted file]
extras/volume_id/volume_id/ext.h [deleted file]
extras/volume_id/volume_id/fat.h [deleted file]
extras/volume_id/volume_id/hfs.h [deleted file]
extras/volume_id/volume_id/highpoint.h [deleted file]
extras/volume_id/volume_id/hpfs.h [deleted file]
extras/volume_id/volume_id/iso9660.h [deleted file]
extras/volume_id/volume_id/isw_raid.h [deleted file]
extras/volume_id/volume_id/jfs.h [deleted file]
extras/volume_id/volume_id/linux_raid.h [deleted file]
extras/volume_id/volume_id/linux_swap.h [deleted file]
extras/volume_id/volume_id/lsi_raid.h [deleted file]
extras/volume_id/volume_id/luks.h [deleted file]
extras/volume_id/volume_id/lvm.h [deleted file]
extras/volume_id/volume_id/mac.h [deleted file]
extras/volume_id/volume_id/minix.h [deleted file]
extras/volume_id/volume_id/msdos.h [deleted file]
extras/volume_id/volume_id/ntfs.h [deleted file]
extras/volume_id/volume_id/nvidia_raid.h [deleted file]
extras/volume_id/volume_id/ocfs.h [deleted file]
extras/volume_id/volume_id/promise_raid.h [deleted file]
extras/volume_id/volume_id/reiserfs.h [deleted file]
extras/volume_id/volume_id/romfs.h [deleted file]
extras/volume_id/volume_id/silicon_raid.h [deleted file]
extras/volume_id/volume_id/sysv.h [deleted file]
extras/volume_id/volume_id/udf.h [deleted file]
extras/volume_id/volume_id/ufs.h [deleted file]
extras/volume_id/volume_id/via_raid.h [deleted file]
extras/volume_id/volume_id/volume_id.h [deleted file]
extras/volume_id/volume_id/vxfs.h [deleted file]
extras/volume_id/volume_id/xfs.h [deleted file]