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

Collapse All | Expand All

(-)a/src/gm_s86dl.h (-1 / +2 lines)
Lines 17-22 Link Here
17
#ifndef _GM_S86DL_H
17
#ifndef _GM_S86DL_H
18
#define _GM_S86DL_H
18
#define _GM_S86DL_H
19
19
20
#include <linux/types.h>
20
21
21
#define SOLARIS_X86_NUMSLICE		8
22
#define SOLARIS_X86_NUMSLICE		8
22
#define SOLARIS_X86_VTOC_SANE		(0x600DDEEEUL)
23
#define SOLARIS_X86_VTOC_SANE		(0x600DDEEEUL)
Lines 40-46 Link Here
40
struct solaris_x86_slice {
41
struct solaris_x86_slice {
41
	ushort	s_tag;			/* ID tag of partition */
42
	ushort	s_tag;			/* ID tag of partition */
42
	ushort	s_flag;			/* permision flags */
43
	ushort	s_flag;			/* permision flags */
43
	daddr_t s_start;		/* start sector no of partition */
44
	__kernel_daddr_t s_start;	/* start sector no of partition */
44
	long	s_size;			/* # of blocks in partition */
45
	long	s_size;			/* # of blocks in partition */
45
};
46
};
46
47

Return to bug 715842