On Tue, 7 Oct 2008, John Ogness wrote: > On 2008-10-06, [EMAIL PROTECTED] wrote: > > building dazukofs 3.0.0-rc1 with Linux 2.6.25.17 ends up with: > > > > CC [M] /x/tv/kernel-2.6/dazukofs-3.0.0-rc1/event.o > > /x/tv/kernel-2.6/dazukofs-3.0.0-rc1/event.c:33: warning: function > > declaration isn't a prototype > > /x/tv/kernel-2.6/dazukofs-3.0.0-rc1/event.c:33: error: field 'get_current' > > declared as a function > > /x/tv/kernel-2.6/dazukofs-3.0.0-rc1/event.c: In function > > 'dazukofs_claim_event': > > /x/tv/kernel-2.6/dazukofs-3.0.0-rc1/event.c:654: error: invalid lvalue in > > assignment > > make[1]: *** [/x/tv/kernel-2.6/dazukofs-3.0.0-rc1/event.o] Error 1 > > make: *** [_module_/x/tv/kernel-2.6/dazukofs-3.0.0-rc1] Error 2 > > > > What's happening here? > > The problem seems to be that I am using the name "current" for a > member of the dazukofs_proc struct. The patch below should fix it.
Thanks. Now I can build and use the module. Do you know if there is way to hack antivir using this version of dazukofs? antivir was ok with the previous version (dazuko-2.3.5-nullfs-0.0.3). Greetings, Thomas _______________________________________________ Dazuko-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-devel
