gcc -D__KERNEL__ -I/usr/src/linux-1.3.70/include -Wall -Wstrict-prototypes -O2 -
fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -c -o emd.o emd.
c
emd.c: In function `umsdos_emd_dir_read':
emd.c:91: warning: use of `L' length character with `d' type character
if (sizeread != count){
printk ("UMSDOS: problem with EMD file. Can't read pos = %Ld (%d
,filp->f_pos,sizeread,count);
ret = -EIO;
}
(excuse my strange address)
Ulrich