cdrom.h
Witold Filipczyk
witekfl w poczta.onet.pl
Wto, 4 Cze 2002, 10:33:12 CEST
Cześć,
W kernelu 2.2.20-18 w <linux/cdrom.h> jest taka struktura:
struct cdrom_generic_command
{
unsigned char cmd[CDROM_PACKET_SIZE];
unsigned char *buffer;
unsigned int buflen;
int stat;
struct request_sense *sense;
unsigned char data_direction;
void *reserved[3];
};
W 2.4.xx wygląda to tak:
struct cdrom_generic_command
{
unsigned char cmd[CDROM_PACKET_SIZE];
unsigned char *buffer;
unsigned int buflen;
int stat;
struct request_sense *sense;
unsigned char data_direction;
int quiet;
int timeout;
void *reserved[1];
};
Czy nie może być tak w kernelach 2.2 ?
Wine nie chce się skompilować, bo używa quiet i timeout.
--
Meksyk wygrał - Ra Ra Ra
Witold Filipczyk <witekfl w poczta.onet.pl>
Więcej informacji o liście dyskusyjnej pld-kernel