1.3.73: problem in fs/umsdos/emd.c

Ulrich Windl (ulrich.windl@rrzc1.rz.uni-regensburg.de)
Wed, 13 Mar 1996 13:21:30 +0100


While compiling 1.3.73:

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