2.1.57 compilation problem

Denis Karpov (Denis.Karpov@mx.pfu.edu.ru)
Mon, 09 Jun 1997 14:57:57 +0400


hi all

i've got the following problem while compiling 2.1.57:
afaik these errors appear in disk quota stuff. may be there is a patch
for that and i missed it? or may be somethign wrong with my compiler
(v2.7.2.1)?
sorry if all this offtopic.
tia, denis
<----------icompilation errors----------------------------->
gcc -D__KERNEL__ -I/usr/src/linux-2.1.56/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -D__SMP__ -pipe
-fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2
-malign-functions=2 -DCPU=586 -D__SMP__ -c -o dquot.o dquot.c
dquot.c: In function `write_dquot':
dquot.c:233: warning: passing arg 1 from incompatible pointer type
dquot.c:233: warning: passing arg 2 makes integer from pointer without a
cast
dquot.c:233: too many arguments to function
dquot.c: In function `read_dquot':
dquot.c:265: warning: passing arg 1 from incompatible pointer type
dquot.c:265: warning: passing arg 2 makes integer from pointer without a
cast
dquot.c:265: too many arguments to function
make[2]: *** [dquot.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.1.56/fs'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.1.56/fs'
make: *** [linuxsubdirs] Error 2
<---------------------------------------------------->