I got the following compiling lilo (This seems to be a gcc problem also):

geometry.c: En la funci�n `lvm_bmap':
geometry.c:438: error: subscripted value is neither array nor pointer
geometry.c:450: error: subscripted value is neither array nor pointer

The relevant lines are:

unsigned short iop;
static int lvmfd;
struct lv_bmap *lbm;
...
line 438: if (ioctl(lvmfd, LVM_GET_IOP_VERSION, &iop) < 0)

line 450:  if (ioctl(lvmfd, LV_BMAP, lbm) < 0) {


Thanks.

-- 
Andres Roldan

Fluidsignal Group       <[EMAIL PROTECTED]>
The Debian Project      <[EMAIL PROTECTED]>
GPG Key-ID:             0xB29396EB      
Home Page               http://people.fluidsignal.com/~aroldan

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to