Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 32707
Collapse All | Expand All

(-)lilo-22.5.8/geometry.c (+7 lines)
Lines 99-104 Link Here
99
#define HDIO_GETGEO HDIO_REQ
99
#define HDIO_GETGEO HDIO_REQ
100
#endif
100
#endif
101
101
102
/* plasmaroo@gentoo.org :: 2.6 Compatibility */
103
104
#undef _IOR
105
#undef _IOWR
106
107
#define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
108
#define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
102
109
103
typedef struct _st_buf {
110
typedef struct _st_buf {
104
    struct _st_buf *next;
111
    struct _st_buf *next;

Return to bug 32707