[rsbac] bug in rsbac-2.6.7 and rsbac-2.6.9 when compiling with GCC-3.4.3

Rumen Yotov rumen_yotov at dir.bg
Sat Dec 4 15:15:57 CET 2004


Hi,
In order to compile rsbac-2.6.X with gcc-3.4.X beside some patches
already in rsbac need to change just one function call.
In file: include/rsbac/fs.h (famous __fput function)
Was: extern void __fput(struct file *);
Compiles with: extern void FASTCALL(__fput(struct file *));
Somewhere there is this same function which is declared FASTCALL, so the
need to correct it here too.
PS: there are also some warnings issued by gcc-3.4.3 about function
always returning true/false, missing C90 specs etc. nothing scary.
Thanks.
-- 
Rumen Yotov <rumen_yotov at dir.bg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2541 bytes
Desc: not available
Url : http://www.rsbac.org/pipermail/rsbac/attachments/20041204/4ec71c28/smime.bin


More information about the rsbac mailing list