Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77140 | Differences between
and this patch

Collapse All | Expand All

(-)hal-0.4.4/hald/linux/volume_id/volume_id.c (-1 / +1 lines)
Lines 1219-1225 Link Here
1219
#define ISO_VD_PRIMARY			0x1
1219
#define ISO_VD_PRIMARY			0x1
1220
#define ISO_VD_SUPPLEMENTARY		0x2
1220
#define ISO_VD_SUPPLEMENTARY		0x2
1221
#define ISO_VD_END			0xff
1221
#define ISO_VD_END			0xff
1222
#define ISO_VD_MAX			16
1222
#define ISO_VD_MAX			32
1223
static int probe_iso9660(struct volume_id *id, __u64 off)
1223
static int probe_iso9660(struct volume_id *id, __u64 off)
1224
{
1224
{
1225
	union iso_super_block {
1225
	union iso_super_block {

Return to bug 77140